summaryrefslogtreecommitdiffstats
path: root/examples/wayland/qtshell/doc/src/qtshell.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-06-08 09:14:59 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-06-08 16:13:52 +0000
commitab97eaea8b476cd6168527183a13c3c6dfbc5746 (patch)
treee4f7ca7f7522cfbd241e6c13c7a45c2f61357f9b /examples/wayland/qtshell/doc/src/qtshell.qdoc
parent22daca49b807fefba58113a06b86df4274e49f62 (diff)
Doc: Use correct module identifiers in QML documentation
Multiple \qmlproperty, \qmlmethod, and \qmlsignal topics used an incorrect QML module identifier. With upcoming changes to QDoc these will start to generate documentation warnings. Fix the commands to either use the correct identifier, or remove the identifier as QDoc is capable of resolving the parent QML type without it. In passing, fix a documentation linking issue. Pick-to: 6.6 6.5 Change-Id: I5a562acc5f135d36c036ea1c1cc56218c23833b8 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
Diffstat (limited to 'examples/wayland/qtshell/doc/src/qtshell.qdoc')
-rw-r--r--examples/wayland/qtshell/doc/src/qtshell.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/qtshell/doc/src/qtshell.qdoc b/examples/wayland/qtshell/doc/src/qtshell.qdoc
index 8f8a77b9b..2da1c1874 100644
--- a/examples/wayland/qtshell/doc/src/qtshell.qdoc
+++ b/examples/wayland/qtshell/doc/src/qtshell.qdoc
@@ -26,7 +26,7 @@
*
* When a client connects to the QtShell interface, it creates a \l{QtShellSurface}. The compositor
* is notified of this by the emission of the
- * \l{QtWaylandCompositor::QtShell::qtShellSurfaceCreated()}{qtShellSurfaceCreated} signal. The
+ * \l [QML] {QtShell::}{qtShellSurfaceCreated} signal. The
* example then adds the shell surface to a ListModel for easy access later.
*
* \snippet qtshell/qml/CompositorScreen.qml handleShellSurface