summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/pure-virtual-signals.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/pure-virtual-signals.h')
-rw-r--r--tests/auto/tools/moc/pure-virtual-signals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/tools/moc/pure-virtual-signals.h b/tests/auto/tools/moc/pure-virtual-signals.h
index fb23089b30..070f5894a3 100644
--- a/tests/auto/tools/moc/pure-virtual-signals.h
+++ b/tests/auto/tools/moc/pure-virtual-signals.h
@@ -38,6 +38,9 @@
** $QT_END_LICENSE$
**
****************************************************************************/
+
+#ifndef PURE_VIRTUAL_SIGNALS_H
+#define PURE_VIRTUAL_SIGNALS_H
#include <QObject>
class PureVirtualSignalsTest : public QObject
@@ -58,3 +61,4 @@ signals:
void mySignal();
void mySignal2(int foo);
};
+#endif // PURE_VIRTUAL_SIGNALS_H