summaryrefslogtreecommitdiffstats
path: root/examples/wayland/overview-compositor
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-02-03 13:55:27 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-28 10:44:48 +0000
commit21cb4e7834c5741fde1b7efc19854f9cd46278f8 (patch)
tree9ebacfdd10ae4cfa3a377272e431c707dceac1ba /examples/wayland/overview-compositor
parente0538a6df52ada8185aa1f92e45e40e9c634d19d (diff)
doc: Add compositor examples to Embedded category
Qt Wayland Compositor API is perfectly suitable for desktop as well, but is primarily used on embedded systems and that is where the ability to build your own platform, including a custom compositor, yields the most power. Change-Id: Icb5827b29f896cf6835bdd37fb003a4abbef9f94 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io> (cherry picked from commit 82d4dad14fe763c6cb0b5d3c4ef4109243e8ab39) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/wayland/overview-compositor')
-rw-r--r--examples/wayland/overview-compositor/doc/src/overview-compositor.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/wayland/overview-compositor/doc/src/overview-compositor.qdoc b/examples/wayland/overview-compositor/doc/src/overview-compositor.qdoc
index d8408570c..a4b08b398 100644
--- a/examples/wayland/overview-compositor/doc/src/overview-compositor.qdoc
+++ b/examples/wayland/overview-compositor/doc/src/overview-compositor.qdoc
@@ -4,6 +4,7 @@
/*!
* \title Qt Wayland Compositor Examples - Overview Compositor
* \example overview-compositor
+ * \meta category {Embedded}
* \brief Overview Compositor shows how to switch between clients in a grid.
*
* \section1 Introduction