Remove disused version of QPlatformMessageDialogHelper::clicked signal

It has been replaced with a version that sends both the button and
the role.

Change-Id: I47156288bf2039cfdfd4cf09f75563347bfb4141
Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
Shawn Rutledge 2013-11-08 07:27:29 +01:00 committed by The Qt Project
parent 7e5452a23f
commit d60e0c3bc1

View File

@ -417,7 +417,6 @@ public:
void setOptions(const QSharedPointer<QMessageDialogOptions> &options);
Q_SIGNALS:
void clicked(QMessageDialogOptions::StandardButton button); // TODO remove before 5.2
void clicked(QMessageDialogOptions::StandardButton button, QMessageDialogOptions::ButtonRole role);
private: