summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/cstyle-enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/cstyle-enums.h')
-rw-r--r--tests/auto/tools/moc/cstyle-enums.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/tools/moc/cstyle-enums.h b/tests/auto/tools/moc/cstyle-enums.h
index 38c5932f69..7d1f6d0147 100644
--- a/tests/auto/tools/moc/cstyle-enums.h
+++ b/tests/auto/tools/moc/cstyle-enums.h
@@ -38,6 +38,9 @@
** $QT_END_LICENSE$
**
****************************************************************************/
+
+#ifndef CSTYLE_ENUMS_H
+#define CSTYLE_ENUMS_H
#include <QObject>
class CStyleEnums
@@ -48,3 +51,4 @@ public:
typedef enum { Foo, Bar } Baz;
};
+#endif // CSTYLE_ENUMS_H