summaryrefslogtreecommitdiffstats
path: root/examples/corelib
diff options
context:
space:
mode:
authorRym Bouabid <rym.bouabid@qt.io>2023-10-04 13:38:33 +0200
committerRym Bouabid <rym.bouabid@qt.io>2023-10-05 15:44:31 +0200
commitcc4ac31150e3a912405e6d43e17e5c26e02908f5 (patch)
treec64a60a6cf55637f231db6d6fbb80cfa878f54e8 /examples/corelib
parent888016a53f4ac4378ea33463ee9e6516b7b6190c (diff)
Revamp Mandelbrot example: Add \examplecategory {Data Processing & I/O}
Fixes: QTBUG-108861 Pick-to: 6.6 6.5 Change-Id: Ie622a94072e243eb5d3f6c162e490884d4cdd0f2 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to 'examples/corelib')
-rw-r--r--examples/corelib/threads/doc/src/mandelbrot.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/corelib/threads/doc/src/mandelbrot.qdoc b/examples/corelib/threads/doc/src/mandelbrot.qdoc
index a42a8ee871..6081912e69 100644
--- a/examples/corelib/threads/doc/src/mandelbrot.qdoc
+++ b/examples/corelib/threads/doc/src/mandelbrot.qdoc
@@ -3,6 +3,7 @@
/*!
\example threads/mandelbrot
+ \examplecategory {Data Processing & I/O}
\title Mandelbrot
\ingroup qtconcurrent-mtexamples