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:
parent
7e5452a23f
commit
d60e0c3bc1
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user