summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/Parallel/ccc/item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/Parallel/ccc/item.cpp')
-rw-r--r--Tests/QtAutogen/Parallel/ccc/item.cpp25
1 files changed, 25 insertions, 0 deletions
diff --git a/Tests/QtAutogen/Parallel/ccc/item.cpp b/Tests/QtAutogen/Parallel/ccc/item.cpp
new file mode 100644
index 000000000..ab8a2817b
--- /dev/null
+++ b/Tests/QtAutogen/Parallel/ccc/item.cpp
@@ -0,0 +1,25 @@
+#include "item.hpp"
+// Include ui_view.h in source and header
+#include <ccc/ui_view.h>
+
+namespace ccc {
+
+class MocLocal : public QObject
+{
+ Q_OBJECT;
+
+public:
+ MocLocal() = default;
+ ~MocLocal() = default;
+};
+
+void Item::go()
+{
+ Ui_ViewCCC ui;
+ MocLocal obj;
+}
+}
+
+// Include own moc files
+#include "ccc/item.moc"
+#include "moc_item.cpp"