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