Document default QWindow::visibility value

Change-Id: I732a78622fd65c465c1f1bf216a04346da09e439
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Albert Astals Cid 2024-07-26 14:03:06 +02:00
parent a313caca23
commit 72941fca04

View File

@ -304,6 +304,8 @@ void QWindowPrivate::init(QWindow *parent, QScreen *targetScreen)
the platform. the platform.
When reading the visibility property you will always get the actual state, When reading the visibility property you will always get the actual state,
never AutomaticVisibility. never AutomaticVisibility.
The default value is Hidden.
*/ */
QWindow::Visibility QWindow::visibility() const QWindow::Visibility QWindow::visibility() const
{ {