From 10a5a0d7771a56462fe153d98dacbf862693ada4 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Tue, 4 Mar 2014 09:29:15 +0100 Subject: Doc: fix documentation of QProgressDialog::open The slot is connected to the canceled() signal and not to the accepted() signal since the introduction of the open method. Task-number: QTBUG-37210 Change-Id: I0604c612f6054611a69876d53908bb58ec048b09 Reviewed-by: Friedemann Kleint Reviewed-by: Oliver Wolff --- src/widgets/dialogs/qprogressdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/dialogs') diff --git a/src/widgets/dialogs/qprogressdialog.cpp b/src/widgets/dialogs/qprogressdialog.cpp index b5cc630bfe..662504fc25 100644 --- a/src/widgets/dialogs/qprogressdialog.cpp +++ b/src/widgets/dialogs/qprogressdialog.cpp @@ -849,7 +849,7 @@ void QProgressDialog::forceShow() \since 4.5 \overload - Opens the dialog and connects its accepted() signal to the slot specified + Opens the dialog and connects its canceled() signal to the slot specified by \a receiver and \a member. The signal will be disconnected from the slot when the dialog is closed. -- cgit v1.2.3