Clarify QGuiApplication::primaryScreen

Clarify that shown here refers to where they are shown initially.

Change-Id: I962fd4b98d80fb1d43e086660fb74eea6b8f532a
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
bb10
Allan Sandfeld Jensen 2014-11-24 13:54:56 +01:00 committed by Allan Sandfeld Jensen
parent b36059f611
commit 8d2d4255c6
1 changed files with 1 additions and 1 deletions

View File

@ -874,7 +874,7 @@ QWindowList QGuiApplication::topLevelWindows()
/*!
Returns the primary (or default) screen of the application.
This will be the screen where QWindows are shown, unless otherwise specified.
This will be the screen where QWindows are initially shown, unless otherwise specified.
*/
QScreen *QGuiApplication::primaryScreen()
{