Fix a typo in QFutureWatcher docs
Pick-to: 6.3 6.2 Change-Id: I431d21e6161d117a7b2ee28ee9db955726d50f79 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>bb10
parent
872bf376a7
commit
013d0fcf5f
|
|
@ -615,7 +615,7 @@ QT_WARNING_POP
|
|||
following signals will, if applicable, be emitted in the given order:
|
||||
started(), progressRangeChanged(), progressValueChanged(),
|
||||
progressTextChanged(), resultsReadyAt(), resultReadyAt(), suspending(),
|
||||
suspended(), canceled() finished(). Of these, resultsReadyAt() and
|
||||
suspended(), canceled(), and finished(). Of these, resultsReadyAt() and
|
||||
resultReadyAt() may be emitted several times to cover all available
|
||||
results. progressValueChanged() and progressTextChanged() will only be
|
||||
emitted once for the latest available progress value and text.
|
||||
|
|
|
|||
Loading…
Reference in New Issue