diff options
author | Topi Reinio <topi.reinio@qt.io> | 2023-02-01 16:16:02 +0000 |
---|---|---|
committer | Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> | 2023-02-07 13:17:27 +0000 |
commit | d77b67fec853c331c47da796e5d0c568f64f4ed5 (patch) | |
tree | 8d880b26734518ba55ea65f17490f40e85e7c5d7 /examples/wayland | |
parent | a40c98f86feb563d70e178ed6f604ca3338a3176 (diff) | |
download | qtwayland-d77b67fec853c331c47da796e5d0c568f64f4ed5.tar.gz |
Doc: Fix documentation warnings
* Wiggly example has been removed.
* Remove broken link to 'macros' from QWaylandQuickExtension
header reference as unnecessary.
Change-Id: I17c9db09e7d0a649ab3a37ed867d4f81e039d485
Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
(cherry picked from commit 57c5406c6d7ca7ca0e95e558ab81a15ebf3381cf)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/wayland')
-rw-r--r-- | examples/wayland/ivi-compositor/doc/src/ivi-compositor.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/ivi-compositor/doc/src/ivi-compositor.qdoc b/examples/wayland/ivi-compositor/doc/src/ivi-compositor.qdoc index fdae636d..bf4d0500 100644 --- a/examples/wayland/ivi-compositor/doc/src/ivi-compositor.qdoc +++ b/examples/wayland/ivi-compositor/doc/src/ivi-compositor.qdoc @@ -70,7 +70,7 @@ * \section2 Connecting Clients * * If no additional configuration has been done, a Qt application will connect with an \e{IVI-id} - * equal to its process ID. For instance, if we run the \l{Wiggly Example} with + * equal to its process ID. For instance, if we run another Qt example application with * \c{-platform wayland}, it will be delegated to the right-hand side of the layout, granted that * its ID is different from "1337". * |