From de307a8ecea92a86c8807a3a4016a012b66008c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 6 Jul 2020 15:42:16 +0200 Subject: [PATCH] Remove documentation reference to standalone KMS plugin Change-Id: Idfc714340703af3faea17d2f1c4933902710f36d Reviewed-by: Paul Olav Tvete --- src/gui/kernel/qguiapplication.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/gui/kernel/qguiapplication.cpp b/src/gui/kernel/qguiapplication.cpp index ecab6d506f9..4d2d79c2748 100644 --- a/src/gui/kernel/qguiapplication.cpp +++ b/src/gui/kernel/qguiapplication.cpp @@ -1183,9 +1183,6 @@ QWindow *QGuiApplication::topLevelAt(const QPoint &pos) EGL and OpenGL ES 2.0 without an actual windowing system (like X11 or Wayland). For more information, see \l{EGLFS}. \li \c ios (also used for tvOS) - \li \c kms is an experimental platform plugin using kernel modesetting - and \l{http://dri.freedesktop.org/wiki/DRM}{DRM} (Direct Rendering - Manager). \li \c linuxfb writes directly to the framebuffer. For more information, see \l{LinuxFB}. \li \c minimal is provided as an examples for developers who want to