summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/qt6-changes.qdoc
diff options
context:
space:
mode:
authorMårten Nordheim <marten.nordheim@qt.io>2021-09-17 11:59:18 +0200
committerMårten Nordheim <marten.nordheim@qt.io>2021-10-13 16:43:20 +0000
commitf828b47e4363ddd8c5bc2140895a5eb7b398ab61 (patch)
tree814f83100ff4ca2f994193a52346170992b023cc /src/corelib/doc/src/qt6-changes.qdoc
parent7235eeab19e7e50ba102938993acc04d14b58164 (diff)
Document QFutureWatcher::isFinished behavior change
in the Qt6 changes documentation Pick-to: 6.2 Change-Id: Ief45c145cbb9353455af39060a3fb444afe3f1b9 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Diffstat (limited to 'src/corelib/doc/src/qt6-changes.qdoc')
-rw-r--r--src/corelib/doc/src/qt6-changes.qdoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/doc/src/qt6-changes.qdoc b/src/corelib/doc/src/qt6-changes.qdoc
index b12e127cc6..0b21ecca45 100644
--- a/src/corelib/doc/src/qt6-changes.qdoc
+++ b/src/corelib/doc/src/qt6-changes.qdoc
@@ -468,6 +468,10 @@
code that was using QFuture with QtConcurrent. Only the code that was using
it with the undocumented \c QFutureInterface may be affected.
+ \li QFutureWatcher::isFinished() now reflects the finished-state of the
+ QFuture rather than returning false until QFutureWatcher::finished() has
+ been emitted.
+
\endlist
\section2 The QPromise class