summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/backslash-newlines.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/backslash-newlines.h')
-rw-r--r--tests/auto/tools/moc/backslash-newlines.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/tools/moc/backslash-newlines.h b/tests/auto/tools/moc/backslash-newlines.h
index 27c47843a2..29d800f26f 100644
--- a/tests/auto/tools/moc/backslash-newlines.h
+++ b/tests/auto/tools/moc/backslash-newlines.h
@@ -39,6 +39,9 @@
**
****************************************************************************/
+#ifndef BACKSLASH_NEWLINES_H
+#define BACKSLASH_NEWLINES_H
+
#include <QObject>
const int blackslashNewlinesDummy = 0
@@ -61,3 +64,4 @@ public slots:
#undef value
+#endif // BACKSLASH_NEWLINES_H