summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2012-06-21 15:38:19 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-22 17:38:59 +0200
commitee452014158a6f5facf12cff70139d2b88d088f5 (patch)
tree12d1a44290eb4286ca6567985d7078887e2a0e72 /src/gui/kernel
parent17d35cfdca0da6ffcd9da13a76561bf9a1d1909d (diff)
QPA docs: list the platform names that the method is likely to return.
Change-Id: Ia98c534fbdb157ff7b2b328a832941772ea833ec Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'src/gui/kernel')
-rw-r--r--src/gui/kernel/qguiapplication.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/kernel/qguiapplication.cpp b/src/gui/kernel/qguiapplication.cpp
index 98a4272b81..dbee892319 100644
--- a/src/gui/kernel/qguiapplication.cpp
+++ b/src/gui/kernel/qguiapplication.cpp
@@ -624,6 +624,9 @@ QWindow *QGuiApplication::topLevelAt(const QPoint &pos)
/*!
\property QGuiApplication::platformName
\brief The name of the underlying platform plugin.
+
+ Examples: "xcb" (for X11), "Cocoa" (for Mac OS X), "windows", "qnx",
+ "directfb", "kms", "MinimalEgl", "LinuxFb", "EglFS", "OpenWFD"...
*/
QString QGuiApplication::platformName()