From 42df73235ffae3193888d9a91c92d66f04e965d6 Mon Sep 17 00:00:00 2001 From: Rami Potinkara Date: Wed, 6 Sep 2023 11:25:01 +0300 Subject: [PATCH] Update mobile example categories for Qt 6.6 Add mobile example category tags for the chosen examples. Add for the ones that work best for both, Android and iOS. Remove from the ones that do not work for both (at least yet). Added - hellogles3 Removed - qtandroidnotifier (not iOS) Fixes: QTBUG-116780 Change-Id: Icb4c7ba1f22d4e67089a565071d83cdf8ec95896 Reviewed-by: Assam Boudjelthia (cherry picked from commit bbf0022d99b223239c7ce7769af9f58c01fc5c68) Reviewed-by: Nicholas Bennett --- .../androidnotifier/doc/src/androidnotifier-example.qdoc | 1 + examples/opengl/doc/src/hellogles3.qdoc | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc b/examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc index 2d579c95e83..1b51335141d 100644 --- a/examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc +++ b/examples/corelib/platform/androidnotifier/doc/src/androidnotifier-example.qdoc @@ -5,6 +5,7 @@ \title Qt Android Notifier \example platform/androidnotifier \examplecategory {Mobile} + \brief Demonstrates calling Java code from Qt in an Android application. \ingroup androidplatform diff --git a/examples/opengl/doc/src/hellogles3.qdoc b/examples/opengl/doc/src/hellogles3.qdoc index bb699ec1d8c..acd00e75977 100644 --- a/examples/opengl/doc/src/hellogles3.qdoc +++ b/examples/opengl/doc/src/hellogles3.qdoc @@ -6,6 +6,7 @@ \title Hello GLES3 Example \ingroup examples-widgets-opengl \examplecategory {Graphics & Multimedia} + \examplecategory {Mobile} \brief Demonstrates OpenGL ES 3.0 functions via QOpenGLExtraFunctions.