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