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