From fee0fcfef08a05ed4ba9369d2352c876b514d69c Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Wed, 13 Feb 2019 19:18:47 +0100 Subject: Fix qml block in doc comment for Window::transientParent Change-Id: I95c7557dd552dd86bfcaa7eebf43f00516ef7db6 Reviewed-by: Shawn Rutledge --- src/quick/items/qquickwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/quick/items/qquickwindow.cpp') diff --git a/src/quick/items/qquickwindow.cpp b/src/quick/items/qquickwindow.cpp index f517b5b3e9..485c0dfea7 100644 --- a/src/quick/items/qquickwindow.cpp +++ b/src/quick/items/qquickwindow.cpp @@ -4630,7 +4630,7 @@ void QQuickWindow::resetOpenGLState() Item or Window within which it was declared, you can remove that relationship by setting \c transientParent to \c null: - \l qml + \qml import QtQuick.Window 2.13 Window { @@ -4640,7 +4640,7 @@ void QQuickWindow::resetOpenGLState() visible: true } } - \qml + \endqml In order to cause the window to be centered above its transient parent by default, depending on the window manager, it may also be necessary to set -- cgit v1.2.3