summaryrefslogtreecommitdiffstats
path: root/examples/threads/doc/src/mandelbrot.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/doc/src/mandelbrot.qdoc')
-rw-r--r--examples/threads/doc/src/mandelbrot.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/threads/doc/src/mandelbrot.qdoc b/examples/threads/doc/src/mandelbrot.qdoc
index a76b856616..8ef8d0b01a 100644
--- a/examples/threads/doc/src/mandelbrot.qdoc
+++ b/examples/threads/doc/src/mandelbrot.qdoc
@@ -28,6 +28,8 @@
/*!
\example mandelbrot
\title Mandelbrot Example
+ \brief Demonstrates multi-thread programming using Qt
+ \ingroup qtconcurrent-mtexamples
\brief The Mandelbrot example shows how to use a worker thread to
perform heavy computations without blocking the main thread's