From d9e90dfa4c9f53e451f763fa6c1b6d6a1fac1de7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Nordheim?= Date: Fri, 17 Sep 2021 11:59:18 +0200 Subject: [PATCH] Document QFutureWatcher::isFinished behavior change in the Qt6 changes documentation Change-Id: Ief45c145cbb9353455af39060a3fb444afe3f1b9 Reviewed-by: Edward Welbourne Reviewed-by: Eike Ziller Reviewed-by: Sona Kurazyan (cherry picked from commit f828b47e4363ddd8c5bc2140895a5eb7b398ab61) Reviewed-by: Qt Cherry-pick Bot --- src/corelib/doc/src/qt6-changes.qdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/corelib/doc/src/qt6-changes.qdoc b/src/corelib/doc/src/qt6-changes.qdoc index 5730eeaa11c..1fa7674c17f 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