summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/MocIncludeRelaxed/RMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/MocIncludeRelaxed/RMain.cpp')
-rw-r--r--Tests/QtAutogen/MocIncludeRelaxed/RMain.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/Tests/QtAutogen/MocIncludeRelaxed/RMain.cpp b/Tests/QtAutogen/MocIncludeRelaxed/RMain.cpp
deleted file mode 100644
index 5b2c07032..000000000
--- a/Tests/QtAutogen/MocIncludeRelaxed/RMain.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-// Relaxed AUTOMOC objects
-#include "RObjA.hpp"
-#include "RObjB.hpp"
-#include "RObjC.hpp"
-
-int main(int argv, char** args)
-{
- RObjA rObjA;
- RObjB rObjB;
- RObjC rObjC;
- return 0;
-}