summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/snippets
diff options
context:
space:
mode:
authorAndreas Hartmetz <andreas@ixgreen.de>2022-01-25 14:52:13 +0100
committerAndreas Hartmetz <andreas@ixgreen.de>2022-02-02 21:53:41 +0100
commitf84206ba6962a6ad735787cac6313223238f5d4a (patch)
tree208addf62b9174cb4b4c2773e4ca15906964d982 /src/corelib/doc/snippets
parent64e33727bb846c11b350e20ef00ec25688bddf27 (diff)
Better document attaching a QFutureWatcher to a started QFuture
It is an important and useful part of the API contract that the QFutureWatcher signals will emit complete information after setFuture() on an already started QFuture. If that wasn't so, some API clients would need two code paths to gather state and progress information: one through the signals for not yet started QFutures, and one through the state querying APIs for already started QFutures. The previous documentation was not precise enough to rely on, even though the implemented behavior - cf. QFutureInterfaceBasePrivate::connectOutputInterface() - seems well thought out and implemented to rely on. Pick-to: 6.3 6.2 Change-Id: Iaf3db37a851f07ac85881adaea5c83612a7fd843 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Diffstat (limited to 'src/corelib/doc/snippets')
0 files changed, 0 insertions, 0 deletions