From 18cfabafa615e42c4af092edca5bb35eced4de5e Mon Sep 17 00:00:00 2001 From: Lars Schmertmann Date: Thu, 2 Jul 2020 16:01:20 +0200 Subject: Remove unnecessary ; after function implementations Task-number: QTBUG-82978 Change-Id: Iea3bcaec1ef9f4bd0f73e5dccca33354650f5bf4 Reviewed-by: Edward Welbourne --- tests/auto/tools/moc/pointery_to_incomplete.h | 6 +++--- tests/auto/tools/moc/qprivateslots.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/auto/tools') diff --git a/tests/auto/tools/moc/pointery_to_incomplete.h b/tests/auto/tools/moc/pointery_to_incomplete.h index 1fd0d89fed..63591bc0f7 100644 --- a/tests/auto/tools/moc/pointery_to_incomplete.h +++ b/tests/auto/tools/moc/pointery_to_incomplete.h @@ -40,9 +40,9 @@ class TestPointeeCanBeIncomplete : public QObject { Q_OBJECT public: - void setProp1(QPointer) {}; - void setProp2(QSharedPointer) {}; - void setProp3(const QWeakPointer &) {}; + void setProp1(QPointer) {} + void setProp2(QSharedPointer) {} + void setProp3(const QWeakPointer &) {} }; #endif // POINTERY_TO_INCOMPLETE_H 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 -- cgit v1.2.3