From c49ccb12e63c7abdb6347e99d689cb2ab7b764de Mon Sep 17 00:00:00 2001 From: Rym Bouabid Date: Wed, 4 Oct 2023 13:38:33 +0200 Subject: [PATCH] Revamp Mandelbrot example: Add \examplecategory {Data Processing & I/O} Fixes: QTBUG-108861 Pick-to: 6.5 Change-Id: Ie622a94072e243eb5d3f6c162e490884d4cdd0f2 Reviewed-by: Ivan Solovev (cherry picked from commit cc4ac31150e3a912405e6d43e17e5c26e02908f5) Reviewed-by: Qt Cherry-pick Bot --- examples/corelib/threads/doc/src/mandelbrot.qdoc | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/corelib/threads/doc/src/mandelbrot.qdoc b/examples/corelib/threads/doc/src/mandelbrot.qdoc index a42a8ee871c..6081912e694 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