diff options
author | Topi Reinio <topi.reinio@qt.io> | 2021-09-08 15:16:37 +0200 |
---|---|---|
committer | Topi Reiniƶ <topi.reinio@qt.io> | 2021-09-17 08:19:32 +0000 |
commit | 0142aff392ccab1a2f51964a4e7082ca7a2d3681 (patch) | |
tree | b731b04fbc3941eec955f8b4871b90741c614ba9 /examples/wayland | |
parent | 545391a69516a0a25088625303ae1bfb9a72cee9 (diff) | |
download | qtwayland-0142aff392ccab1a2f51964a4e7082ca7a2d3681.tar.gz |
Doc: Fix incorrect link
Fixed a typo in the QML type name 'XdgToplevel', and switched
to use a short-hand format for the link.
Pick-to: 6.2 6.2.0
Task-number: QTBUG-95860
Change-Id: If992f9303b7d1c7215f0a395f09399a1727a90eb
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'examples/wayland')
-rw-r--r-- | examples/wayland/pure-qml/doc/src/pure-qml.qdoc | 2 |
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 90aa9d1d..07400835 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 |