aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2023-05-16 10:51:36 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2023-05-16 22:03:00 +0000
commit94475c9e533dc8b05c606c92b91ab2b645960ac0 (patch)
tree68243282bb0e97cfe0a168590ceddf7726458744 /src/quick/items/qquickwindow.cpp
parent78d2cec488f8ab4ab45433ae9a9039f9cb7a5771 (diff)
doc: Use part of window example for Window.flags property snippet
Pick-to: 6.2 6.5 Change-Id: I5b5c1663f626ce3bfe4c01edbc5480729a1b91f6 Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io>
Diffstat (limited to 'src/quick/items/qquickwindow.cpp')
-rw-r--r--src/quick/items/qquickwindow.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/quick/items/qquickwindow.cpp b/src/quick/items/qquickwindow.cpp
index 4684fb291e..666b62b82f 100644
--- a/src/quick/items/qquickwindow.cpp
+++ b/src/quick/items/qquickwindow.cpp
@@ -3299,9 +3299,11 @@ void QQuickWindow::endExternalCommands()
whether it's a dialog, popup, or a regular window, and whether it should
have a title bar, etc.
- The flags which you read from this property might differ from the ones
+ The flags that you read from this property might differ from the ones
that you set if the requested flags could not be fulfilled.
+ \snippet qml/splashWindow.qml entire
+
\sa Qt::WindowFlags
*/