summaryrefslogtreecommitdiff
path: root/src/compositor/extensions/qwaylandwlshell.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2020-11-25 23:33:49 +0100
committerJerome Pasion <jerome.pasion@qt.io>2020-11-26 10:35:09 +0100
commite6130db467f1365c38e14aba6675683ed8724cd7 (patch)
tree5ebf30e9c2df7be50102e7530f19d1402bc9b056 /src/compositor/extensions/qwaylandwlshell.cpp
parent26370f703b1d9574acb392161738709b74bf231b (diff)
downloadqtwayland-e6130db467f1365c38e14aba6675683ed8724cd7.tar.gz
Doc: Remove version numbers for import statement
-recommend using the import statement without versions for Qt 6.0 -update use of \qml snippet without \QtMinorVersion Task-number: QTBUG-87155 Pick-to: 6.0 6.0.0 Change-Id: Ibbde1698e04368a30eb4013940bbd8d9070625b3 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/compositor/extensions/qwaylandwlshell.cpp')
-rw-r--r--src/compositor/extensions/qwaylandwlshell.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compositor/extensions/qwaylandwlshell.cpp b/src/compositor/extensions/qwaylandwlshell.cpp
index c708ca04..7b3c7628 100644
--- a/src/compositor/extensions/qwaylandwlshell.cpp
+++ b/src/compositor/extensions/qwaylandwlshell.cpp
@@ -258,7 +258,7 @@ void QWaylandWlShellSurfacePrivate::shell_surface_set_class(Resource *resource,
* an instance of the WlShell component and add it to the list of extensions
* supported by the compositor:
*
- * \qml \QtMinorVersion
+ * \qml
* import QtWayland.Compositor.WlShell
*
* WaylandCompositor {