diff options
Diffstat (limited to 'examples/threads/doc/src/mandelbrot.qdoc')
-rw-r--r-- | examples/threads/doc/src/mandelbrot.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/threads/doc/src/mandelbrot.qdoc b/examples/threads/doc/src/mandelbrot.qdoc index 45ef2ba9f74..a76b8566164 100644 --- a/examples/threads/doc/src/mandelbrot.qdoc +++ b/examples/threads/doc/src/mandelbrot.qdoc @@ -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. |