diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2016-12-31 09:25:38 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2017-01-10 11:49:16 (GMT) |
commit | 8dbdd3e726ead25c179e6eb4ffab212a1db3aba8 (patch) | |
tree | 25955cdfe99ed04ed2ceaa62d5bc074533b2dfe1 /Tests/QtAutogen/skipSource/qItemA.hpp | |
parent | 0699760d5c8b644242ddd4ac6d07d8c4c68f2b94 (diff) | |
download | CMake-8dbdd3e726ead25c179e6eb4ffab212a1db3aba8.zip CMake-8dbdd3e726ead25c179e6eb4ffab212a1db3aba8.tar.gz CMake-8dbdd3e726ead25c179e6eb4ffab212a1db3aba8.tar.bz2 |
AUTOGEN: Tests: AUTOMOC SKIP_AUTOMOC and SKIP_AUTOGEN test
Diffstat (limited to 'Tests/QtAutogen/skipSource/qItemA.hpp')
-rw-r--r-- | Tests/QtAutogen/skipSource/qItemA.hpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Tests/QtAutogen/skipSource/qItemA.hpp b/Tests/QtAutogen/skipSource/qItemA.hpp new file mode 100644 index 0000000..d295faf --- /dev/null +++ b/Tests/QtAutogen/skipSource/qItemA.hpp @@ -0,0 +1,13 @@ +#ifndef QITEMA_HPP +#define QITEMA_HPP + +#include <QObject> + +class QItemA : public QObject +{ + Q_OBJECT + Q_SLOT + void go(); +}; + +#endif |