diff options
Diffstat (limited to 'Tests/QtAutogen/mocInclude/subC/SubObjC.hpp')
-rw-r--r-- | Tests/QtAutogen/mocInclude/subC/SubObjC.hpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Tests/QtAutogen/mocInclude/subC/SubObjC.hpp b/Tests/QtAutogen/mocInclude/subC/SubObjC.hpp deleted file mode 100644 index dc251fd..0000000 --- a/Tests/QtAutogen/mocInclude/subC/SubObjC.hpp +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef SUBOBJC_HPP -#define SUBOBJC_HPP - -#include <QObject> - -namespace subC { - -class ObjC : public QObject -{ - Q_OBJECT - Q_SLOT - void go(); -}; -} - -#endif |