diff options
Diffstat (limited to 'Tests/QtAutogen/MocInclude/subGlobal/GObj.hpp')
-rw-r--r-- | Tests/QtAutogen/MocInclude/subGlobal/GObj.hpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Tests/QtAutogen/MocInclude/subGlobal/GObj.hpp b/Tests/QtAutogen/MocInclude/subGlobal/GObj.hpp deleted file mode 100644 index 2f9ee82..0000000 --- a/Tests/QtAutogen/MocInclude/subGlobal/GObj.hpp +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef GOBJ_HPP -#define GOBJ_HPP - -#include <QObject> - -namespace subGlobal { - -class GObj : public QObject -{ - Q_OBJECT -public: - GObj(); - ~GObj(); -}; -} - -#endif |