From 6ee4e232bbefec661c8a670f533325c6fe3a61bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 18 Dec 2018 14:14:42 +0100 Subject: [PATCH] Include guard for headers to support automoc --- MoveProps.hh | 10 ++-------- MoveToolbar.hh | 10 ++-------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/MoveProps.hh b/MoveProps.hh index 111409d..2a5ed33 100644 --- a/MoveProps.hh +++ b/MoveProps.hh @@ -39,19 +39,13 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ +#pragma once #include #include "ui_setProps.hh" - #include +#include class movePropsWidget : public QWidget, public Ui::setProps { diff --git a/MoveToolbar.hh b/MoveToolbar.hh index 1d8c691..c5391ab 100644 --- a/MoveToolbar.hh +++ b/MoveToolbar.hh @@ -39,17 +39,11 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ +#pragma once #include "ui_moveControls.hh" - #include +#include class moveToolbarWidget : public QWidget, public Ui::moveControls { -- GitLab