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