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