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