summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/Parallel/item.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/Parallel/item.hpp')
-rw-r--r--Tests/QtAutogen/Parallel/item.hpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/Tests/QtAutogen/Parallel/item.hpp b/Tests/QtAutogen/Parallel/item.hpp
new file mode 100644
index 000000000..75e83f483
--- /dev/null
+++ b/Tests/QtAutogen/Parallel/item.hpp
@@ -0,0 +1,15 @@
+#ifndef ITEM_HPP
+#define ITEM_HPP
+
+#include <QObject>
+// Include ui_view.h in source and header
+#include <ui_view.h>
+
+class Item : public QObject
+{
+ Q_OBJECT
+ Q_SLOT
+ void go();
+};
+
+#endif