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