summaryrefslogtreecommitdiff
path: root/examples/wayland/custom-shell/doc/src/custom-shell.qdoc
diff options
context:
space:
mode:
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.