summaryrefslogtreecommitdiff
path: root/examples/wayland/custom-shell/doc/src/custom-shell.qdoc
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2023-02-07 14:12:59 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-28 14:45:14 +0000
commita0d484d1ee38a527aa6f95b091b564e8a1f8c224 (patch)
tree84d82aaeab833499ff7193fe260dabc221d6e865 /examples/wayland/custom-shell/doc/src/custom-shell.qdoc
parent06eb9948af5015b612ba729fdc69beb2be57bb95 (diff)
downloadqtwayland-a0d484d1ee38a527aa6f95b091b564e8a1f8c224.tar.gz
doc: Add missing documentation screenshots
A few examples were missing screenshots. Having something visual makes it a lot easier to understand the example without having to compile and run it. Task-number: QTBUG-110993 Change-Id: I2c95262f79a94a5da12421e9c19e42ff73a178c0 Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io> (cherry picked from commit 95edcfabc2a289f74421b7e6228e1c58bbdfb8a9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/wayland/custom-shell/doc/src/custom-shell.qdoc')
-rw-r--r--examples/wayland/custom-shell/doc/src/custom-shell.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/wayland/custom-shell/doc/src/custom-shell.qdoc b/examples/wayland/custom-shell/doc/src/custom-shell.qdoc
index 36e84d8b..01cb48f7 100644
--- a/examples/wayland/custom-shell/doc/src/custom-shell.qdoc
+++ b/examples/wayland/custom-shell/doc/src/custom-shell.qdoc
@@ -13,6 +13,8 @@
* extensions, but in some circumstances it can be useful to be able to write a custom one which
* contains the exact features your applications need.
*
+ * \image custom-shell.jpg
+ *
* This requires that you implement the shell extension on both the server-side and client-side
* of the Wayland connection, so it is mainly useful when you are building a platform and are in
* control of both the compositor and its client applications.