[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>
This commit is contained in:
Nicolas Fella 2022-12-01 01:39:58 +01:00
parent c450f6d21c
commit 4bb0086b3f

View File

@ -1144,9 +1144,9 @@ QWindow *QGuiApplication::topLevelAt(const QPoint &pos)
\li \c offscreen \li \c offscreen
\li \c qnx \li \c qnx
\li \c windows \li \c windows
\li \c wayland is a platform plugin for modern Linux desktops and some \li \c wayland is a platform plugin for the Wayland display server protocol,
embedded systems. used on some Linux desktops and embedded systems.
\li \c xcb is the X11 plugin used on regular desktop Linux platforms. \li \c xcb is a plugin for the X11 window system, used on some desktop Linux platforms.
\endlist \endlist
For more information about the platform plugins for embedded Linux devices, For more information about the platform plugins for embedded Linux devices,