summaryrefslogtreecommitdiff
path: root/Tests/QtAutogen/same_name/ccc/item.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/QtAutogen/same_name/ccc/item.hpp')
-rw-r--r--Tests/QtAutogen/same_name/ccc/item.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tests/QtAutogen/same_name/ccc/item.hpp b/Tests/QtAutogen/same_name/ccc/item.hpp
index 6386dc6991..c8559361dc 100644
--- a/Tests/QtAutogen/same_name/ccc/item.hpp
+++ b/Tests/QtAutogen/same_name/ccc/item.hpp
@@ -9,9 +9,8 @@ class Item : public QObject
{
Q_OBJECT
Q_SLOT
- void go ( );
+ void go();
};
-
}
#endif