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>
This commit is contained in:
David Faure 2012-06-21 15:38:19 +02:00 committed by Qt by Nokia
parent 17d35cfdca
commit ee45201415

View File

@ -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()