Document QFutureWatcher::isFinished behavior change

in the Qt6 changes documentation

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>
(cherry picked from commit f828b47e4363ddd8c5bc2140895a5eb7b398ab61)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Mårten Nordheim 2021-09-17 11:59:18 +02:00 committed by Qt Cherry-pick Bot
parent 8dbe0fa919
commit d9e90dfa4c

View File

@ -468,6 +468,10 @@
code that was using QFuture with QtConcurrent. Only the code that was using code that was using QFuture with QtConcurrent. Only the code that was using
it with the undocumented \c QFutureInterface may be affected. 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 \endlist
\section2 The QPromise class \section2 The QPromise class