summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/mocRerun/test1a.h.in
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2017-03-02 16:13:41 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2017-03-06 21:01:03 (GMT)
commit89780663b3f64eddf7dda2b5565935b73d92c146 (patch)
treea1a382d61b0ff74fd955667d556753c57b4416b3 /Tests/QtAutogen/mocRerun/test1a.h.in
parent9cad44dce264b509afc4b50b540b3a8594cf3217 (diff)
downloadCMake-89780663b3f64eddf7dda2b5565935b73d92c146.zip
CMake-89780663b3f64eddf7dda2b5565935b73d92c146.tar.gz
CMake-89780663b3f64eddf7dda2b5565935b73d92c146.tar.bz2
Autogen: Test: Rename automoc_rerun test to mocRerun
Diffstat (limited to 'Tests/QtAutogen/mocRerun/test1a.h.in')
-rw-r--r--Tests/QtAutogen/mocRerun/test1a.h.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/QtAutogen/mocRerun/test1a.h.in b/Tests/QtAutogen/mocRerun/test1a.h.in
new file mode 100644
index 0000000..fee2c09
--- /dev/null
+++ b/Tests/QtAutogen/mocRerun/test1a.h.in
@@ -0,0 +1,8 @@
+#include <QObject>
+class test1 : public QObject
+{
+ Q_OBJECT
+ public slots:
+ void onTst1() {}
+ void onTst2() {}
+};