diff options
Diffstat (limited to 'Tests/QtAutogen/MocIncludeRelaxed/RObjC.hpp')
-rw-r--r-- | Tests/QtAutogen/MocIncludeRelaxed/RObjC.hpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Tests/QtAutogen/MocIncludeRelaxed/RObjC.hpp b/Tests/QtAutogen/MocIncludeRelaxed/RObjC.hpp deleted file mode 100644 index 5552ede..0000000 --- a/Tests/QtAutogen/MocIncludeRelaxed/RObjC.hpp +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef ROBJC_HPP -#define ROBJC_HPP - -#include <QObject> - -class RObjC : public QObject -{ - Q_OBJECT -public: - RObjC(); - ~RObjC(); -}; - -#endif |