Mark \brief comments in thread examples.

Change-Id: Ib496b1e500820774354c20003edb22748324cb5f
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
hjk 2012-12-10 13:23:10 +01:00 committed by The Qt Project
parent 159713de3b
commit 2a91445415
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
\example mandelbrot
\title Mandelbrot Example
The Mandelbrot example shows how to use a worker thread to
\brief The Mandelbrot example shows how to use a worker thread to
perform heavy computations without blocking the main thread's
event loop.

View File

@ -29,7 +29,7 @@
\example queuedcustomtype
\title Queued Custom Type Example
The Queued Custom Type example shows how to send custom types between
\brief The Queued Custom Type example shows how to send custom types between
threads with queued signals and slots.
\image queuedcustomtype-example.png

View File

@ -29,7 +29,7 @@
\example semaphores
\title Semaphores Example
The Semaphores example shows how to use QSemaphore to control
\brief The Semaphores example shows how to use QSemaphore to control
access to a circular buffer shared by a producer thread and a
consumer thread.

View File

@ -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.