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 --- src/widgets/widgets/qpushbutton_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets') diff --git a/src/widgets/widgets/qpushbutton_p.h b/src/widgets/widgets/qpushbutton_p.h index 439b6e35d6..a180b27e33 100644 --- a/src/widgets/widgets/qpushbutton_p.h +++ b/src/widgets/widgets/qpushbutton_p.h @@ -81,7 +81,7 @@ public: #if QT_CONFIG(dialog) QDialog *dialogParent() const; #else - QDialog *dialogParent() const { return 0; }; + QDialog *dialogParent() const { return 0; } #endif QPointer menu; -- cgit v1.2.3