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