From 72941fca0404626b806aa96f876817321b576f10 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 26 Jul 2024 14:03:06 +0200 Subject: [PATCH] Document default QWindow::visibility value MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I732a78622fd65c465c1f1bf216a04346da09e439 Reviewed-by: Tor Arne Vestbø --- src/gui/kernel/qwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/kernel/qwindow.cpp b/src/gui/kernel/qwindow.cpp index 77655644ed6..aa96c7521a8 100644 --- a/src/gui/kernel/qwindow.cpp +++ b/src/gui/kernel/qwindow.cpp @@ -304,6 +304,8 @@ void QWindowPrivate::init(QWindow *parent, QScreen *targetScreen) the platform. When reading the visibility property you will always get the actual state, never AutomaticVisibility. + + The default value is Hidden. */ QWindow::Visibility QWindow::visibility() const {