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