diff options
author | Rym Bouabid <[email protected]> | 2023-10-04 13:58:48 +0200 |
---|---|---|
committer | Qt Cherry-pick Bot <[email protected]> | 2023-10-06 17:42:50 +0000 |
commit | 4bb9f9f48da1d29718f1ece8a11c748c8b415c69 (patch) | |
tree | a45f5d83a383d3c58be0c118bc50be547a71ae5e | |
parent | 0c281e095856393bc822960f593cef93c621afae (diff) |
Revamp Wait conditions exp: Add \examplecategory Data Processing & I/O
Fixes: QTBUG-108860
Change-Id: I2ccf20f42d5abaa22e2daf4c8e7777ff903d947e
Reviewed-by: Ivan Solovev <[email protected]>
(cherry picked from commit dd98dac3bb234964ea0caa1f43f9672b0be965ef)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
(cherry picked from commit 904d432b0f492afb1e62446bf2d44e49dfa070a4)
-rw-r--r-- | examples/corelib/threads/doc/src/waitconditions.qdoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/corelib/threads/doc/src/waitconditions.qdoc b/examples/corelib/threads/doc/src/waitconditions.qdoc index b840043f630..7030343960e 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 |