QPA docs: list the platform names that the method is likely to return.
authorDavid Faure <faure@kde.org>
Thu, 21 Jun 2012 13:38:19 +0000 (15:38 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 22 Jun 2012 15:38:59 +0000 (17:38 +0200)
Change-Id: Ia98c534fbdb157ff7b2b328a832941772ea833ec
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/gui/kernel/qguiapplication.cpp

index 98a4272..dbee892 100644 (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()