summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qfuturewatcher.cpp
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2022-02-04 13:53:39 +0100
committerSona Kurazyan <sona.kurazyan@qt.io>2022-02-04 21:55:02 +0100
commit013d0fcf5f5e59d26bc7f1265af5d955b2be22f6 (patch)
treeb3dad4be845a0baeb90dce212f189bcf1ff4293a /src/corelib/thread/qfuturewatcher.cpp
parent872bf376a72b99970b373cb969a98bab14927329 (diff)
Fix a typo in QFutureWatcher docs
Pick-to: 6.3 6.2 Change-Id: I431d21e6161d117a7b2ee28ee9db955726d50f79 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/corelib/thread/qfuturewatcher.cpp')
-rw-r--r--src/corelib/thread/qfuturewatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qfuturewatcher.cpp b/src/corelib/thread/qfuturewatcher.cpp
index d3a904ab000..9ad176b1d88 100644
--- a/src/corelib/thread/qfuturewatcher.cpp
+++ b/src/corelib/thread/qfuturewatcher.cpp
@@ -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.