summaryrefslogtreecommitdiffstats
path: root/examples/opengl/doc/src/2dpainting.qdoc
diff options
context:
space:
mode:
authorJaishree Vyas <Jaishree.Vyas@qt.io>2023-08-23 11:07:00 +0200
committerJaishree Vyas <Jaishree.Vyas@qt.io>2023-09-05 12:28:42 +0200
commitce47799de69812681b6be0b9d3d6d5c5e980bafb (patch)
tree2493b74cad31318c6a21857d47a7479aa81161d4 /examples/opengl/doc/src/2dpainting.qdoc
parent4cf92d83c3a8966fd1716939829fdbd4642810e9 (diff)
Doc: Add example categories for qtopengl
Task-number: QTBUG-116069 Pick-to: 6.5 6.6 Change-Id: If675124e538c197d3b446f09da0620718b7b7118 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/opengl/doc/src/2dpainting.qdoc')
-rw-r--r--examples/opengl/doc/src/2dpainting.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/opengl/doc/src/2dpainting.qdoc b/examples/opengl/doc/src/2dpainting.qdoc
index 934097f38e..5fcb5ad3a8 100644
--- a/examples/opengl/doc/src/2dpainting.qdoc
+++ b/examples/opengl/doc/src/2dpainting.qdoc
@@ -5,6 +5,7 @@
\example 2dpainting
\title 2D Painting Example
\ingroup examples-widgets-opengl
+ \examplecategory {Graphics & Multimedia}
\brief The 2D Painting example shows how QPainter and QOpenGLWidget can be
used together to display accelerated 2D graphics on supported hardware.