summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
diff options
context:
space:
mode:
authorNicolas Fella <nicolas.fella@kdab.com>2022-12-01 01:39:58 +0100
committerNicolas Fella <nicolas.fella@kdab.com>2022-12-01 13:47:59 +0100
commit4bb0086b3fef6bdc2f0ff989b433ea597d676d02 (patch)
tree14d1b8ba971ceadd57ad6a7736fdff50eff31a84 /src/gui/kernel/qguiapplication.cpp
parentc450f6d21c5153e05bd10afdd54767623cfbe7e8 (diff)
[QGuiApplication] Tweak description of X11 and Wayland platform plugins
Given the growing adoption of Wayland calling X11 regular is becoming less and less true Make the description more neutral in that regard Change-Id: Iac2b5dd7f80f019df5d046c90ab3466c9fa02bff Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/gui/kernel/qguiapplication.cpp')
-rw-r--r--src/gui/kernel/qguiapplication.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qguiapplication.cpp b/src/gui/kernel/qguiapplication.cpp
index c721cfd802..b45113a665 100644
--- a/src/gui/kernel/qguiapplication.cpp
+++ b/src/gui/kernel/qguiapplication.cpp
@@ -1144,9 +1144,9 @@ QWindow *QGuiApplication::topLevelAt(const QPoint &pos)
\li \c offscreen
\li \c qnx
\li \c windows
- \li \c wayland is a platform plugin for modern Linux desktops and some
- embedded systems.
- \li \c xcb is the X11 plugin used on regular desktop Linux platforms.
+ \li \c wayland is a platform plugin for the Wayland display server protocol,
+ used on some Linux desktops and embedded systems.
+ \li \c xcb is a plugin for the X11 window system, used on some desktop Linux platforms.
\endlist
For more information about the platform plugins for embedded Linux devices,