diff options
Diffstat (limited to 'Tests/QtAutogen/mocInclude/ObjD.hpp')
-rw-r--r-- | Tests/QtAutogen/mocInclude/ObjD.hpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Tests/QtAutogen/mocInclude/ObjD.hpp b/Tests/QtAutogen/mocInclude/ObjD.hpp deleted file mode 100644 index b6ee098..0000000 --- a/Tests/QtAutogen/mocInclude/ObjD.hpp +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef OBJD_HPP -#define OBJD_HPP - -#include <QObject> - -class ObjD : public QObject -{ - Q_OBJECT - Q_SLOT - void go(); -}; - -#endif |