summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/same_name/ccc/item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/same_name/ccc/item.cpp')
-rw-r--r--Tests/QtAutogen/same_name/ccc/item.cpp23
1 files changed, 0 insertions, 23 deletions
diff --git a/Tests/QtAutogen/same_name/ccc/item.cpp b/Tests/QtAutogen/same_name/ccc/item.cpp
deleted file mode 100644
index d90b2b8c71..0000000000
--- a/Tests/QtAutogen/same_name/ccc/item.cpp
+++ /dev/null
@@ -1,23 +0,0 @@
-#include "item.hpp"
-
-namespace ccc {
-
-void Item::go()
-{
-}
-
-class MocTest : public QObject
-{
- Q_OBJECT;
- Q_SLOT
- void go();
-};
-
-void MocTest::go()
-{
-}
-}
-
-// Include own moc files
-#include "item.moc"
-#include "moc_item.cpp"