summaryrefslogtreecommitdiffstats
path: root/examples/threads/doc/src/waitconditions.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/doc/src/waitconditions.qdoc')
-rw-r--r--examples/threads/doc/src/waitconditions.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/threads/doc/src/waitconditions.qdoc b/examples/threads/doc/src/waitconditions.qdoc
index 6d42719f8d..ea49a93d60 100644
--- a/examples/threads/doc/src/waitconditions.qdoc
+++ b/examples/threads/doc/src/waitconditions.qdoc
@@ -29,7 +29,7 @@
\example waitconditions
\title Wait Conditions Example
- The Wait Conditions example shows how to use QWaitCondition and
+ \brief The Wait Conditions example shows how to use QWaitCondition and
QMutex to control access to a circular buffer shared by a
producer thread and a consumer thread.