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>
This commit is contained in:
parent
f59083636b
commit
10a5a0d777
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user