From 011beb4506a5a963c662ec8081643c507579c64a Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Mon, 12 Feb 2024 12:00:08 +0000 Subject: [PATCH] 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 --- src/concurrent/qtaskbuilder.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: