From 4bb0086b3fef6bdc2f0ff989b433ea597d676d02 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Thu, 1 Dec 2022 01:39:58 +0100 Subject: [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 --- src/gui/kernel/qguiapplication.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/kernel') 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, -- cgit v1.2.3