summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/mocInclude/ObjA.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/mocInclude/ObjA.hpp')
-rw-r--r--Tests/QtAutogen/mocInclude/ObjA.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/Tests/QtAutogen/mocInclude/ObjA.hpp b/Tests/QtAutogen/mocInclude/ObjA.hpp
deleted file mode 100644
index 281e90d86..000000000
--- a/Tests/QtAutogen/mocInclude/ObjA.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef OBJA_HPP
-#define OBJA_HPP
-
-#include <QObject>
-
-class ObjA : public QObject
-{
- Q_OBJECT
- Q_SLOT
- void go();
-};
-
-#endif