summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qtaskbuilder.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2024-02-12 12:00:08 +0000
committerTopi Reinio <topi.reinio@qt.io>2024-02-13 08:13:57 +0000
commit011beb4506a5a963c662ec8081643c507579c64a (patch)
tree30e7961f15d256927a64402c6f04346b5ebb3057 /src/concurrent/qtaskbuilder.qdoc
parenta50a36f72b83272fc6590cf7e127b39ca9910590 (diff)
Doc: Qt Concurrent: Fully qualify \typedef documentation
Upcoming changes to QDoc require API entities to be fully qualified; previously, QDoc maintained a list of 'open namespaces' that were part of matching the documented entity with its declaration, but that concept does not work for parallelized parsing where the order of processing can be arbitrary. Change-Id: I18dbe83716831451ef02153b24e94a70c3cf87a7 Reviewed-by: Luca Di Sera <luca.disera@qt.io>
Diffstat (limited to 'src/concurrent/qtaskbuilder.qdoc')
-rw-r--r--src/concurrent/qtaskbuilder.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/concurrent/qtaskbuilder.qdoc b/src/concurrent/qtaskbuilder.qdoc
index 19c117b156..811a48f62b 100644
--- a/src/concurrent/qtaskbuilder.qdoc
+++ b/src/concurrent/qtaskbuilder.qdoc
@@ -51,7 +51,7 @@
*/
/*!
- \typedef InvokeResultType
+ \typedef QtConcurrent::InvokeResultType
\relates QtConcurrent::QTaskBuilder
The simplified definition of this type looks like this: