summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/sameName/ccc/item.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/sameName/ccc/item.hpp')
-rw-r--r--Tests/QtAutogen/sameName/ccc/item.hpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/Tests/QtAutogen/sameName/ccc/item.hpp b/Tests/QtAutogen/sameName/ccc/item.hpp
new file mode 100644
index 0000000..96fcc24
--- /dev/null
+++ b/Tests/QtAutogen/sameName/ccc/item.hpp
@@ -0,0 +1,16 @@
+#ifndef CCC_ITEM_HPP
+#define CCC_ITEM_HPP
+
+#include <QObject>
+
+namespace ccc {
+
+class Item : public QObject
+{
+ Q_OBJECT
+ Q_SLOT
+ void go();
+};
+}
+
+#endif