summaryrefslogtreecommitdiffstats
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, 0 insertions, 13 deletions
diff --git a/Tests/QtAutogen/SameName/object.hh b/Tests/QtAutogen/SameName/object.hh
deleted file mode 100644
index 3e16f83..0000000
--- a/Tests/QtAutogen/SameName/object.hh
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef OBJECT_HH
-#define OBJECT_HH
-
-#include <QObject>
-
-class Object_hh : public QObject
-{
- Q_OBJECT
- Q_SLOT
- void go(){};
-};
-
-#endif