summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>2021-04-12 12:27:38 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-04-26 12:01:01 +0000
commit3d7aadc70e8ad12d31e4b89d875e046bb9b88e9a (patch)
tree4611691ad49686432faf84e40cec28e9a2d4d822
parent13938c5e5bc79d61fd183829221278eb69dccd37 (diff)
downloadqtwayland-3d7aadc70e8ad12d31e4b89d875e046bb9b88e9a.tar.gz
doc: Add Qt 6 porting information for Qt Wayland Compositor
Better late than never: Add the previously advertised stuff. Change-Id: I5e38f792837788d7c42851149ae4b471b5065dff Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io> (cherry picked from commit 047efea15ea18243a5912615173f88aeb1dac306) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/compositor/doc/src/qt6-changes.qdoc13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/compositor/doc/src/qt6-changes.qdoc b/src/compositor/doc/src/qt6-changes.qdoc
index e77b201f..dd709a2b 100644
--- a/src/compositor/doc/src/qt6-changes.qdoc
+++ b/src/compositor/doc/src/qt6-changes.qdoc
@@ -39,5 +39,16 @@
In this topic we summarize those changes in Qt Wayland Compositor, and
provide guidance to handle them.
- \section1 ADD STUFF HERE
+ \section1 Import of Shell Classes
+
+ In Qt 5, a few auxiliary classes were available through the Qt Wayland
+ Compositor namespace. In order to improve the logical separation of
+ these from the primary functionality of the compositor, they have been
+ moved into separate imports in Qt 6.
+
+ \list
+ \li \l WlShell types are now available in \c QtWayland.Compositor.WlShell
+ \li \l XdgShell types are now available in \c QtWayland.Compositor.XdgShell
+ \li \l IviApplication types are now available in \c QtWayland.Compositor.IviApplication
+ \endlist
*/