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.cpp9
1 files changed, 3 insertions, 6 deletions
diff --git a/Tests/QtAutogen/same_name/ccc/item.cpp b/Tests/QtAutogen/same_name/ccc/item.cpp
index 12c71d0fa7..d90b2b8c71 100644
--- a/Tests/QtAutogen/same_name/ccc/item.cpp
+++ b/Tests/QtAutogen/same_name/ccc/item.cpp
@@ -2,8 +2,7 @@
namespace ccc {
-void
-Item::go ( )
+void Item::go()
{
}
@@ -11,14 +10,12 @@ class MocTest : public QObject
{
Q_OBJECT;
Q_SLOT
- void go ( );
+ void go();
};
-void
-MocTest::go()
+void MocTest::go()
{
}
-
}
// Include own moc files