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