summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qguiapplication.cpp
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-06 15:42:16 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-06 15:43:13 +0200
commitde307a8ecea92a86c8807a3a4016a012b66008c9 (patch)
tree2750c21de54930c05501c1af90f89aebe4b7bcea /src/gui/kernel/qguiapplication.cpp
parent4c20a35cd93315dfefc06d87dbd74e9c0c0c5eff (diff)
Remove documentation reference to standalone KMS plugin
Change-Id: Idfc714340703af3faea17d2f1c4933902710f36d Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
Diffstat (limited to 'src/gui/kernel/qguiapplication.cpp')
-rw-r--r--src/gui/kernel/qguiapplication.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/kernel/qguiapplication.cpp b/src/gui/kernel/qguiapplication.cpp
index ecab6d506f..4d2d79c274 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