From 94475c9e533dc8b05c606c92b91ab2b645960ac0 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Tue, 16 May 2023 10:51:36 +0200 Subject: doc: Use part of window example for Window.flags property snippet Pick-to: 6.2 6.5 Change-Id: I5b5c1663f626ce3bfe4c01edbc5480729a1b91f6 Reviewed-by: Oliver Eftevaag --- src/quick/items/qquickwindow.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/quick/items/qquickwindow.cpp') 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 */ -- cgit v1.2.3