summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocIncludeRelaxed/RObjC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/MocIncludeRelaxed/RObjC.cpp')
-rw-r--r--Tests/QtAutogen/MocIncludeRelaxed/RObjC.cpp30
1 files changed, 0 insertions, 30 deletions
diff --git a/Tests/QtAutogen/MocIncludeRelaxed/RObjC.cpp b/Tests/QtAutogen/MocIncludeRelaxed/RObjC.cpp
deleted file mode 100644
index 4ba32f54b..000000000
--- a/Tests/QtAutogen/MocIncludeRelaxed/RObjC.cpp
+++ /dev/null
@@ -1,30 +0,0 @@
-#include "RObjC.hpp"
-#include <QObject>
-
-class RObjCPrivate : public QObject
-{
- Q_OBJECT
-public:
- RObjCPrivate();
- ~RObjCPrivate();
-};
-
-RObjCPrivate::RObjCPrivate()
-{
-}
-
-RObjCPrivate::~RObjCPrivate()
-{
-}
-
-RObjC::RObjC()
-{
- RObjCPrivate privateObject;
-}
-
-RObjC::~RObjC()
-{
-}
-
-// Relaxed include should moc this source instead of the header
-#include "moc_RObjC.cpp"