summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformdialoghelper.h
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2013-11-08 07:27:29 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-08 16:45:26 +0100
commitd60e0c3bc197e2b8fed5245bf3f56e63c571283d (patch)
tree52bf667bd099304cacdd719e55416603237b32be /src/gui/kernel/qplatformdialoghelper.h
parent7e5452a23f02c87f73f729cf6eab0ffe1ffa440c (diff)
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>
Diffstat (limited to 'src/gui/kernel/qplatformdialoghelper.h')
-rw-r--r--src/gui/kernel/qplatformdialoghelper.h1
1 files changed, 0 insertions, 1 deletions
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<QMessageDialogOptions> &options);
Q_SIGNALS:
- void clicked(QMessageDialogOptions::StandardButton button); // TODO remove before 5.2
void clicked(QMessageDialogOptions::StandardButton button, QMessageDialogOptions::ButtonRole role);
private: