summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocInclude/SObjA.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/MocInclude/SObjA.hpp')
-rw-r--r--Tests/QtAutogen/MocInclude/SObjA.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/Tests/QtAutogen/MocInclude/SObjA.hpp b/Tests/QtAutogen/MocInclude/SObjA.hpp
deleted file mode 100644
index 1436abc6c..000000000
--- a/Tests/QtAutogen/MocInclude/SObjA.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef SOBJA_HPP
-#define SOBJA_HPP
-
-#include <QObject>
-
-// Object source includes externally generated .moc file
-class SObjA : public QObject
-{
- Q_OBJECT
-public:
- SObjA();
- ~SObjA();
-};
-
-#endif