summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/qtbug-35657-gadget.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/qtbug-35657-gadget.h')
-rw-r--r--tests/auto/tools/moc/qtbug-35657-gadget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/tools/moc/qtbug-35657-gadget.h b/tests/auto/tools/moc/qtbug-35657-gadget.h
index 1f25ce1b1d..c030405c67 100644
--- a/tests/auto/tools/moc/qtbug-35657-gadget.h
+++ b/tests/auto/tools/moc/qtbug-35657-gadget.h
@@ -39,6 +39,9 @@
**
****************************************************************************/
+#ifndef QTBUG_35657_GADGET_H
+#define QTBUG_35657_GADGET_H
+
#include <QObject>
namespace QTBUG_35657 {
@@ -49,3 +52,5 @@ namespace QTBUG_35657 {
enum SomeEnum { SomeEnumValue = 0 };
};
}
+
+#endif // QTBUG_35657_GADGET_H