diff options
Diffstat (limited to 'Tests/QtAutogen/Adir/bar/foo.h')
-rw-r--r-- | Tests/QtAutogen/Adir/bar/foo.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/QtAutogen/Adir/bar/foo.h b/Tests/QtAutogen/Adir/bar/foo.h new file mode 100644 index 0000000..daf2367 --- /dev/null +++ b/Tests/QtAutogen/Adir/bar/foo.h @@ -0,0 +1,10 @@ +#include <QObject> + +namespace bar { + class foo: public QObject { + Q_OBJECT + public: + foo(); + ~foo(); + }; +} |