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 <jgastal@profusion.mobi>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
bb10
Richard Moore 2012-01-22 22:18:29 +00:00 committed by Qt by Nokia
parent 9d87e1db1f
commit 696daf0d25
1 changed files with 1 additions and 2 deletions

View File

@ -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)