summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-09-08 15:16:37 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-17 09:59:00 +0000
commit079d2d7ec0a358140752280abd4b011340b6e88e (patch)
tree64d117c88c3a8a6ee66f3786fb43a5ac2b70ea86
parentca3a1cbd12bc90c6fd3aaabec84bf5d90ba4e343 (diff)
Doc: Fix incorrect link
Fixed a typo in the QML type name 'XdgToplevel', and switched to use a short-hand format for the link. Task-number: QTBUG-95860 Change-Id: If992f9303b7d1c7215f0a395f09399a1727a90eb Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 0142aff392ccab1a2f51964a4e7082ca7a2d3681) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/wayland/pure-qml/doc/src/pure-qml.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/pure-qml/doc/src/pure-qml.qdoc b/examples/wayland/pure-qml/doc/src/pure-qml.qdoc
index 90aa9d1d5..074008352 100644
--- a/examples/wayland/pure-qml/doc/src/pure-qml.qdoc
+++ b/examples/wayland/pure-qml/doc/src/pure-qml.qdoc
@@ -105,7 +105,7 @@
transitions between states.
The first of these is the \e{activation} transition. This is only supported on the \l{XdgShell},
- since this is the only shell extension which has an \l{XdgTopLevel::activated}{activated} state.
+ since this is the only shell extension which has an \l{XdgToplevel::}{activated} state.
\snippet pure-qml/qml/Chrome.qml activation