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