summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/sameName/bbb/item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/sameName/bbb/item.cpp')
-rw-r--r--Tests/QtAutogen/sameName/bbb/item.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/Tests/QtAutogen/sameName/bbb/item.cpp b/Tests/QtAutogen/sameName/bbb/item.cpp
index f97a143..9ef128e 100644
--- a/Tests/QtAutogen/sameName/bbb/item.cpp
+++ b/Tests/QtAutogen/sameName/bbb/item.cpp
@@ -1,8 +1,23 @@
#include "item.hpp"
+// Include ui_view.h only in source
+#include <bbb/ui_view.h>
namespace bbb {
+class MocLocal : public QObject
+{
+ Q_OBJECT;
+
+public:
+ MocLocal() = default;
+ ~MocLocal() = default;
+};
+
void Item::go()
{
+ Ui_ViewBBB ui;
+ MocLocal obj;
}
}
+
+#include "bbb/item.moc"