summaryrefslogtreecommitdiffstats
path: root/examples/gui/doc
diff options
context:
space:
mode:
authorJaishree Vyas <jaishree.vyas@qt.io>2024-01-15 15:38:38 +0100
committerJaishree Vyas <jaishree.vyas@qt.io>2024-01-16 17:23:12 +0000
commit98ee4d9e37a1038d46f0c0494332c0ed46dbb323 (patch)
tree8d05a1631fbee8e43cf8bc4d8f9a6ea7ccee9e6d /examples/gui/doc
parent84cf0e2be54d9ad183db063fd429b792c67edd18 (diff)
Doc: Create separate Graphics and Multimedia example categories
Fixes: QTBUG-117884 Pick-to: 6.6 6.7 Change-Id: I33c7b1cbfaeae866dffb0e89a5d09d775736d886 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/gui/doc')
-rw-r--r--examples/gui/doc/src/rasterwindow.qdoc2
-rw-r--r--examples/gui/doc/src/rhiwindow.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/gui/doc/src/rasterwindow.qdoc b/examples/gui/doc/src/rasterwindow.qdoc
index 601b1d00a0..d30b4d7643 100644
--- a/examples/gui/doc/src/rasterwindow.qdoc
+++ b/examples/gui/doc/src/rasterwindow.qdoc
@@ -4,7 +4,7 @@
/*!
\example rasterwindow
\title Raster Window Example
- \examplecategory {Graphics & Multimedia}
+ \examplecategory {Graphics}
\brief This example shows how to create a minimal QWindow based
application using QPainter for rendering.
diff --git a/examples/gui/doc/src/rhiwindow.qdoc b/examples/gui/doc/src/rhiwindow.qdoc
index 1dd5ffb7ca..b6fc279816 100644
--- a/examples/gui/doc/src/rhiwindow.qdoc
+++ b/examples/gui/doc/src/rhiwindow.qdoc
@@ -4,7 +4,7 @@
/*!
\example rhiwindow
\title RHI Window Example
- \examplecategory {Graphics & Multimedia}
+ \examplecategory {Graphics}
\brief This example shows how to create a minimal QWindow-based
application using QRhi.