summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/related-metaobjects-in-gadget.h
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2014-01-17 13:49:41 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-20 17:08:24 +0100
commit71d265f5921fed35f51b5f169870c4ef51dde8a7 (patch)
treebfb3d1a801c1a59671ba4ae99de5c69a0fd8d144 /tests/auto/tools/moc/related-metaobjects-in-gadget.h
parent4dfc27728eeac3a56a31042b45c29e41c83af0d6 (diff)
Add missing header guards
Change-Id: I515313289c0a4af0f675131760ad4ccd0c6e6149 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
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