summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/doc/src/mandelbrot.qdoc
diff options
context:
space:
mode:
authorRym Bouabid <rym.bouabid@qt.io>2023-09-08 17:52:09 +0200
committerRym Bouabid <rym.bouabid@qt.io>2023-09-13 20:45:16 +0200
commit73a1ae6ea91cbcc7ddfd80defd78ac924dea4c6e (patch)
tree0cb1cf32a2cccddf448624d55d59ece38e0d0898 /examples/corelib/threads/doc/src/mandelbrot.qdoc
parent7903a52d46401e224f1d85067d51bf443066cbec (diff)
Revamp Mandelbrot example: Revisit the documentaton
Remove "Example" from the title. Edit the link (title) to the documentation of Mandelbrot in QThread documentation. Delete the foreach related sentence as we are trying to port away from this Qt pseudo-keyword. Task-number: QTBUG-108861 Pick-to: 6.6 6.5 6.6.0 Change-Id: I6d04f24ac9c1fa1efe30a947c2da2ec7475edc80 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'examples/corelib/threads/doc/src/mandelbrot.qdoc')
-rw-r--r--examples/corelib/threads/doc/src/mandelbrot.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/corelib/threads/doc/src/mandelbrot.qdoc b/examples/corelib/threads/doc/src/mandelbrot.qdoc
index fa9a7fc3f6..a42a8ee871 100644
--- a/examples/corelib/threads/doc/src/mandelbrot.qdoc
+++ b/examples/corelib/threads/doc/src/mandelbrot.qdoc
@@ -3,7 +3,7 @@
/*!
\example threads/mandelbrot
- \title Mandelbrot Example
+ \title Mandelbrot
\ingroup qtconcurrent-mtexamples
\brief The Mandelbrot example demonstrates multi-thread programming
@@ -151,7 +151,7 @@
it needs to access \c{RenderThread}'s member variables (e.g., in
\c render()).
- The \c forever keyword is, like \c foreach, a Qt pseudo-keyword.
+ The \c forever keyword is a Qt pseudo-keyword.
\snippet threads/mandelbrot/renderthread.cpp 4
\snippet threads/mandelbrot/renderthread.cpp 5