summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/extraqualification.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/extraqualification.h')
-rw-r--r--tests/auto/tools/moc/extraqualification.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/tools/moc/extraqualification.h b/tests/auto/tools/moc/extraqualification.h
index 5c69699067..875eb56184 100644
--- a/tests/auto/tools/moc/extraqualification.h
+++ b/tests/auto/tools/moc/extraqualification.h
@@ -39,6 +39,9 @@
**
****************************************************************************/
+#ifndef EXTRAQUALIFICATION_H
+#define EXTRAQUALIFICATION_H
+
#include <QObject>
class Test : public QObject
@@ -55,3 +58,4 @@ public slots:
public:
Q_SLOT void Test::anotherOne() {}
};
+#endif // EXTRAQUALIFICATION_H