summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/automoc_rerun/test1.h.in2
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/automoc_rerun/test1.h.in2')
-rw-r--r--Tests/QtAutogen/automoc_rerun/test1.h.in27
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/QtAutogen/automoc_rerun/test1.h.in2 b/Tests/QtAutogen/automoc_rerun/test1.h.in2
new file mode 100644
index 0000000..6531d10
--- /dev/null
+++ b/Tests/QtAutogen/automoc_rerun/test1.h.in2
@@ -0,0 +1,7 @@
+#include <QObject>
+class test1 : public QObject
+{
+ Q_OBJECT
+ public slots:
+ void onTst1() {}
+};