diff options
Diffstat (limited to 'Tests/QtAutogen/MocInclude/Common/InIncludes.in/SubOwnDot.hpp')
-rw-r--r-- | Tests/QtAutogen/MocInclude/Common/InIncludes.in/SubOwnDot.hpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocInclude/Common/InIncludes.in/SubOwnDot.hpp b/Tests/QtAutogen/MocInclude/Common/InIncludes.in/SubOwnDot.hpp new file mode 100644 index 0000000..038ddfa --- /dev/null +++ b/Tests/QtAutogen/MocInclude/Common/InIncludes.in/SubOwnDot.hpp @@ -0,0 +1,17 @@ +#ifndef InIncludes_SubOwnDot_HPP +#define InIncludes_SubOwnDot_HPP + +#include <QObject> + +namespace InIncludes { + +class SubOwnDot : public QObject +{ + Q_OBJECT +public: + SubOwnDot(); + ~SubOwnDot(); +}; +} + +#endif |