summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/task87883.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/task87883.h')
-rw-r--r--tests/auto/tools/moc/task87883.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/tools/moc/task87883.h b/tests/auto/tools/moc/task87883.h
index d6687588f7..65988221f1 100644
--- a/tests/auto/tools/moc/task87883.h
+++ b/tests/auto/tools/moc/task87883.h
@@ -38,6 +38,9 @@
** $QT_END_LICENSE$
**
****************************************************************************/
+
+#ifndef TASK87883_H
+#define TASK87883_H
/*
The bug is triggered only if there is a multiline comment after an #include
statement that in the following line contains a single quote but lacks a finishing
@@ -55,3 +58,4 @@ public:
inline Task87883() {}
};
+#endif // TASK87883_H