summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/SameName/object.hh
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/SameName/object.hh')
-rw-r--r--Tests/QtAutogen/SameName/object.hh13
1 files changed, 13 insertions, 0 deletions
diff --git a/Tests/QtAutogen/SameName/object.hh b/Tests/QtAutogen/SameName/object.hh
new file mode 100644
index 000000000..3e16f8332
--- /dev/null
+++ b/Tests/QtAutogen/SameName/object.hh
@@ -0,0 +1,13 @@
+#ifndef OBJECT_HH
+#define OBJECT_HH
+
+#include <QObject>
+
+class Object_hh : public QObject
+{
+ Q_OBJECT
+ Q_SLOT
+ void go(){};
+};
+
+#endif