Fix a typo in QFutureWatcher docs

Change-Id: I431d21e6161d117a7b2ee28ee9db955726d50f79
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
(cherry picked from commit 013d0fcf5f5e59d26bc7f1265af5d955b2be22f6)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Sona Kurazyan 2022-02-04 13:53:39 +01:00 committed by Qt Cherry-pick Bot
parent a633bc491f
commit 113cf22885

View File

@ -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.