Doc: Move OpenGL examples to '3D' category

Task-number: QTBUG-122377
Change-Id: Id4c765c128ad2e90cacfffaa3f798bad349e71e8
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
(cherry picked from commit e858e86c9fb5f74f0c47d93cf46b98ec0081db96)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Topi Reinio 2024-02-20 10:30:15 +00:00 committed by Qt Cherry-pick Bot
parent 3143e4118e
commit d8e3105737
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
\example cube
\ingroup examples-widgets-opengl
\title Cube OpenGL ES 2.0 example
\examplecategory {Data Visualization & 3D}
\examplecategory {3D}
\brief Shows how to manually rotate a textured 3D cube with user input.

View File

@ -5,7 +5,7 @@
\example hellogl2
\title Hello GL2 Example
\ingroup examples-widgets-opengl
\examplecategory {Data Visualization & 3D}
\examplecategory {3D}
\brief The Hello GL2 example demonstrates the basic use of the OpenGL-related classes
provided with Qt.