From ee452014158a6f5facf12cff70139d2b88d088f5 Mon Sep 17 00:00:00 2001 From: David Faure Date: Thu, 21 Jun 2012 15:38:19 +0200 Subject: QPA docs: list the platform names that the method is likely to return. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia98c534fbdb157ff7b2b328a832941772ea833ec Reviewed-by: Samuel Rødal --- src/gui/kernel/qguiapplication.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui/kernel') 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() -- cgit v1.2.3