From dd98dac3bb234964ea0caa1f43f9672b0be965ef Mon Sep 17 00:00:00 2001 From: Rym Bouabid Date: Wed, 4 Oct 2023 13:58:48 +0200 Subject: [PATCH] Revamp Wait conditions exp: Add \examplecategory Data Processing & I/O Fixes: QTBUG-108860 Pick-to: 6.6 6.5 Change-Id: I2ccf20f42d5abaa22e2daf4c8e7777ff903d947e Reviewed-by: Ivan Solovev --- examples/corelib/threads/doc/src/waitconditions.qdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/corelib/threads/doc/src/waitconditions.qdoc b/examples/corelib/threads/doc/src/waitconditions.qdoc index b74abb35546..d46442d0797 100644 --- a/examples/corelib/threads/doc/src/waitconditions.qdoc +++ b/examples/corelib/threads/doc/src/waitconditions.qdoc @@ -3,6 +3,7 @@ /*! \example threads/waitconditions + \examplecategory {Data Processing & I/O} \title Producer and Consumer using Wait Conditions \ingroup qtconcurrent-mtexamples