diff options
Diffstat (limited to 'Tests/QtAutogen/MocInclude/SObjC.hpp')
-rw-r--r-- | Tests/QtAutogen/MocInclude/SObjC.hpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/Tests/QtAutogen/MocInclude/SObjC.hpp b/Tests/QtAutogen/MocInclude/SObjC.hpp deleted file mode 100644 index def0f9d..0000000 --- a/Tests/QtAutogen/MocInclude/SObjC.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef SOBJC_HPP -#define SOBJC_HPP - -#include <QObject> - -// Object source includes externally generated .moc file -class SObjC : public QObject -{ - Q_OBJECT -public: - SObjC(); - ~SObjC(); -}; - -#endif |