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