From d60e0c3bc197e2b8fed5245bf3f56e63c571283d Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Fri, 8 Nov 2013 07:27:29 +0100 Subject: 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 --- src/gui/kernel/qplatformdialoghelper.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/kernel/qplatformdialoghelper.h b/src/gui/kernel/qplatformdialoghelper.h index eb461e3ab3..9eeb0a6da4 100644 --- a/src/gui/kernel/qplatformdialoghelper.h +++ b/src/gui/kernel/qplatformdialoghelper.h @@ -417,7 +417,6 @@ public: void setOptions(const QSharedPointer &options); Q_SIGNALS: - void clicked(QMessageDialogOptions::StandardButton button); // TODO remove before 5.2 void clicked(QMessageDialogOptions::StandardButton button, QMessageDialogOptions::ButtonRole role); private: -- cgit v1.2.3