From e599cd6635570e043a267b3b8c40b2bd87368311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 18 Dec 2018 14:15:44 +0100 Subject: [PATCH] Include guard for headers to support automoc --- infoBar.hh | 10 ++-------- infoDialog.hh | 11 ++--------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/infoBar.hh b/infoBar.hh index c79ea30..85d971e 100644 --- a/infoBar.hh +++ b/infoBar.hh @@ -39,17 +39,11 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ +#pragma once #include "ui_infoBar.hh" - #include +#include class InfoBar : public QWidget, public Ui::InfoBar diff --git a/infoDialog.hh b/infoDialog.hh index 8e03221..6e13483 100644 --- a/infoDialog.hh +++ b/infoDialog.hh @@ -39,18 +39,11 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ +#pragma once #include "ui_infoWidget.hh" - #include - +#include class InfoDialog : public QDialog, public Ui::InfoWidget { -- 2.22.2