summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/Parallel/ccc/item.hpp
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2018-01-05 12:28:09 (GMT)
committerSebastian Holtermann <sebholt@xwmw.org>2018-01-17 16:23:49 (GMT)
commit6f4b661383fccc5f2f5a936499ba11cf2000b535 (patch)
tree129047e8c296ba8c7451fa958ecdfb14878651d0 /Tests/QtAutogen/Parallel/ccc/item.hpp
parenta008578deebfa71b38786281450e3d9cf84f5847 (diff)
downloadCMake-6f4b661383fccc5f2f5a936499ba11cf2000b535.zip
CMake-6f4b661383fccc5f2f5a936499ba11cf2000b535.tar.gz
CMake-6f4b661383fccc5f2f5a936499ba11cf2000b535.tar.bz2
Autogen: Tests: Add AUTOGEN_PARALLEL tests
Diffstat (limited to 'Tests/QtAutogen/Parallel/ccc/item.hpp')
-rw-r--r--Tests/QtAutogen/Parallel/ccc/item.hpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/Tests/QtAutogen/Parallel/ccc/item.hpp b/Tests/QtAutogen/Parallel/ccc/item.hpp
new file mode 100644
index 0000000..20d9dd9
--- /dev/null
+++ b/Tests/QtAutogen/Parallel/ccc/item.hpp
@@ -0,0 +1,18 @@
+#ifndef CCC_ITEM_HPP
+#define CCC_ITEM_HPP
+
+#include <QObject>
+// Include ui_view.h in source and header
+#include <ccc/ui_view.h>
+
+namespace ccc {
+
+class Item : public QObject
+{
+ Q_OBJECT
+ Q_SLOT
+ void go();
+};
+}
+
+#endif