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