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