summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/c-comments.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/c-comments.h')
-rw-r--r--tests/auto/tools/moc/c-comments.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/tools/moc/c-comments.h b/tests/auto/tools/moc/c-comments.h
index bded642737..dff4492287 100644
--- a/tests/auto/tools/moc/c-comments.h
+++ b/tests/auto/tools/moc/c-comments.h
@@ -38,6 +38,9 @@
** $QT_END_LICENSE$
**
****************************************************************************/
+
+#ifndef C_COMMENTS_H
+#define C_COMMENTS_H
#include <qobject.h>
/* test support for multi-line comments in preprocessor statements */
@@ -53,3 +56,4 @@ public:
};
#endif
+#endif // C_COMMENTS_H