summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/related-metaobjects-in-gadget.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/related-metaobjects-in-gadget.h')
-rw-r--r--tests/auto/tools/moc/related-metaobjects-in-gadget.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/tools/moc/related-metaobjects-in-gadget.h b/tests/auto/tools/moc/related-metaobjects-in-gadget.h
index 5665a79251..556e92efaf 100644
--- a/tests/auto/tools/moc/related-metaobjects-in-gadget.h
+++ b/tests/auto/tools/moc/related-metaobjects-in-gadget.h
@@ -39,6 +39,9 @@
**
****************************************************************************/
+#ifndef RELATED_METAOBJECTS_IN_GADGET_H
+#define RELATED_METAOBJECTS_IN_GADGET_H
+
#include <QObject>
#include "qtbug-35657-gadget.h"
@@ -52,3 +55,5 @@ namespace QTBUG_35657 {
A::SomeEnum blah() const { return A::SomeEnumValue; }
};
}
+
+#endif // RELATED_METAOBJECTS_IN_GADGET_H