diff options
Diffstat (limited to 'Tests/QtAutogen/mocRerun/test1a.h.in')
-rw-r--r-- | Tests/QtAutogen/mocRerun/test1a.h.in | 8 |
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..a335046 --- /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() {} +}; |