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