summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/single_function_keyword.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/single_function_keyword.h')
-rw-r--r--tests/auto/tools/moc/single_function_keyword.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/tools/moc/single_function_keyword.h b/tests/auto/tools/moc/single_function_keyword.h
index 44a1a41d30..6717509517 100644
--- a/tests/auto/tools/moc/single_function_keyword.h
+++ b/tests/auto/tools/moc/single_function_keyword.h
@@ -38,6 +38,9 @@
** $QT_END_LICENSE$
**
****************************************************************************/
+
+#ifndef SINGLE_FUNCTION_KEYWORD_H
+#define SINGLE_FUNCTION_KEYWORD_H
#include <QObject>
class SingleFunctionKeywordBeforeReturnType : public QObject
@@ -73,3 +76,4 @@ public:
inline Q_SLOT void mySlot() { emit mySignal(); }
};
+#endif // SINGLE_FUNCTION_KEYWORD_H