summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/moc/qprivateslots.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/moc/qprivateslots.h')
-rw-r--r--tests/auto/tools/moc/qprivateslots.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/tools/moc/qprivateslots.h b/tests/auto/tools/moc/qprivateslots.h
index fd1c726b44..1e4cb21921 100644
--- a/tests/auto/tools/moc/qprivateslots.h
+++ b/tests/auto/tools/moc/qprivateslots.h
@@ -33,7 +33,7 @@
struct TestQPrivateSlots_Private
{
- void _q_privateslot() {};
+ void _q_privateslot() {}
};
class TestQPrivateSlots: public QObject