From 999308c3cef6406c5dd0778a319e0747191862d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 18 Dec 2018 14:22:31 +0100 Subject: [PATCH] Include guard for headers to support automoc --- SliceToolbox.hh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/SliceToolbox.hh b/SliceToolbox.hh index fd12505..a69f260 100644 --- a/SliceToolbox.hh +++ b/SliceToolbox.hh @@ -39,17 +39,11 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ +#pragma once #include "ui_toolbox.hh" - #include +#include class SliceToolBox : public QWidget, public Ui::SliceTool -- GitLab