summaryrefslogtreecommitdiffstats
path: root/Tests/QtAutogen/MocIncludeRelaxed/RObjA.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/MocIncludeRelaxed/RObjA.hpp')
-rw-r--r--Tests/QtAutogen/MocIncludeRelaxed/RObjA.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/Tests/QtAutogen/MocIncludeRelaxed/RObjA.hpp b/Tests/QtAutogen/MocIncludeRelaxed/RObjA.hpp
deleted file mode 100644
index 5974187..0000000
--- a/Tests/QtAutogen/MocIncludeRelaxed/RObjA.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef ROBJA_HPP
-#define ROBJA_HPP
-
-#include <QObject>
-
-class RObjA : public QObject
-{
- Q_OBJECT
-public:
- RObjA();
- ~RObjA();
-};
-
-#endif