diff options
Diffstat (limited to 'Tests/QtAutogen/MocInclude/ObjA_p.h')
-rw-r--r-- | Tests/QtAutogen/MocInclude/ObjA_p.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Tests/QtAutogen/MocInclude/ObjA_p.h b/Tests/QtAutogen/MocInclude/ObjA_p.h new file mode 100644 index 0000000..eb60c98 --- /dev/null +++ b/Tests/QtAutogen/MocInclude/ObjA_p.h @@ -0,0 +1,12 @@ +#ifndef OBJA_P_HPP +#define OBJA_P_HPP + +class ObjAPrivate : public QObject +{ + Q_OBJECT +public: + ObjAPrivate(); + ~ObjAPrivate(); +}; + +#endif |