From 696daf0d257ba99e212252302f978d9afb033dda Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Sun, 22 Jan 2012 22:18:29 +0000 Subject: Remove invalid comment. No point in making this protected: it breaks existing code including the unit tests, and the base class has this method as public. Task-number: QTBUG-23524 Change-Id: I8fae019088fc368213ff7caa4b19fe7ab60488dd Reviewed-by: Jonas Gastal Reviewed-by: Robin Burchell --- src/widgets/dialogs/qinputdialog.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/widgets/dialogs') diff --git a/src/widgets/dialogs/qinputdialog.h b/src/widgets/dialogs/qinputdialog.h index b68d8cfc40..3be8c370f2 100644 --- a/src/widgets/dialogs/qinputdialog.h +++ b/src/widgets/dialogs/qinputdialog.h @@ -201,9 +201,8 @@ Q_SIGNALS: void doubleValueChanged(double value); void doubleValueSelected(double value); - public: - void done(int result); // ### Qt 5: Make protected. + void done(int result); private: Q_DISABLE_COPY(QInputDialog) -- cgit v1.2.3