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
parent
b36059f611
commit
8d2d4255c6
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue