summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthread.cpp
diff options
context:
space:
mode:
authorRym Bouabid <rym.bouabid@qt.io>2023-09-12 13:34:35 +0200
committerRym Bouabid <rym.bouabid@qt.io>2023-09-13 20:45:18 +0200
commitdcc08440567c1e5d36ba68a68a617182151f8bdc (patch)
tree776a58b6c998aa99e3932fe20657fe163b35fb8f /src/corelib/thread/qthread.cpp
parent0132ad0fde1dc5046aa86e89d1550d0ce6c8e02a (diff)
Revamp Wait Conditions Example: Revisit the documentation
Change the title. Remove the first \brief as there are two briefs in the document so that the new title makes sense with the second brief in "All Qt Examples" doc page. Task-number: QTBUG-108860 Pick-to: 6.6 6.5 Change-Id: I1dec2ad107e3f9ff9b4203960ba54ae6d0d8c7b6 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io> Reviewed-by: Jaishree Vyas <jaishree.vyas@qt.io>
Diffstat (limited to 'src/corelib/thread/qthread.cpp')
-rw-r--r--src/corelib/thread/qthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qthread.cpp b/src/corelib/thread/qthread.cpp
index bade2e529a..aad919f488 100644
--- a/src/corelib/thread/qthread.cpp
+++ b/src/corelib/thread/qthread.cpp
@@ -289,7 +289,7 @@ QThreadPrivate::~QThreadPrivate()
\sa {Thread Support in Qt}, QThreadStorage, {Synchronizing Threads},
Mandelbrot, {Producer and Consumer using Semaphores},
- {Wait Conditions Example}
+ {Producer and Consumer using Wait Conditions}
*/
/*!