summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Solovev <[email protected]>2025-06-02 09:45:08 +0200
committerIvan Solovev <[email protected]>2025-06-02 12:30:03 +0200
commit0469312ebcaef749aa80fe13e03d9b8d6e700ea9 (patch)
tree6acd21ced6112b07916124482d0efa4219848be8
parent1da5d78c0b8a844523152a5d0525f88662dbe0a5 (diff)
What's New 6.10: add QFuture::cancelChain()HEADdev
Pick-to: 6.10 Change-Id: I353930a1cc927ed7739d40a1be77cd553d9e3b50 Reviewed-by: MÃ¥rten Nordheim <[email protected]>
-rw-r--r--doc/src/whatsnew/whatsnew610.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew610.qdoc b/doc/src/whatsnew/whatsnew610.qdoc
index 03fd09ecf..01f369a3c 100644
--- a/doc/src/whatsnew/whatsnew610.qdoc
+++ b/doc/src/whatsnew/whatsnew610.qdoc
@@ -41,6 +41,8 @@
\li {QXmlStreamReader::}{readRawInnerData()} for retrieving the raw inner XML content of an element.
\li Error handling API for {QXmlStreamWriter} with {QXmlStreamWriter::}{Error} enum, {QXmlStreamWriter::}{error()}, {QXmlStreamWriter::}{errorString()}, and {QXmlStreamWriter::}{raiseError()} functions.
\li {QXmlStreamWriter::}{stopWritingOnError()} property, allowing users to control whether output halts immediately after encountering an error.
+ \li Added \l QFuture::cancelChain() to cancel the entire continuation
+ chain using any non-finished QFuture from the chain.
\endlist
\section2 Qt Graphs Module