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