diff options
Diffstat (limited to 'Tests/QtAutogen/SameName/object.h++')
-rw-r--r-- | Tests/QtAutogen/SameName/object.h++ | 13 |
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 0000000..64222b7 --- /dev/null +++ b/Tests/QtAutogen/SameName/object.h++ @@ -0,0 +1,13 @@ +#ifndef OBJECT_HPLPL +#define OBJECT_HPLPL + +#include <QObject> + +class Object_hplpl : public QObject +{ + Q_OBJECT + Q_SLOT + void go(){}; +}; + +#endif |