summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qprogressdialog.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-03-04 09:29:15 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-04 11:42:51 +0100
commit10a5a0d7771a56462fe153d98dacbf862693ada4 (patch)
treecf59f3d6989fbc47b66534b9b6164717ed88329f /src/widgets/dialogs/qprogressdialog.cpp
parentf59083636b89fc9b7983f9a0758a79f2980826dc (diff)
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 <Friedemann.Kleint@digia.com> Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Diffstat (limited to 'src/widgets/dialogs/qprogressdialog.cpp')
-rw-r--r--src/widgets/dialogs/qprogressdialog.cpp2
1 files changed, 1 insertions, 1 deletions
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.