diff options
Diffstat (limited to 'Tests/QtAutogen/SameName/object.hh')
-rw-r--r-- | Tests/QtAutogen/SameName/object.hh | 13 |
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 0000000..3e16f83 --- /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 |