aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2019-02-13 19:18:47 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2019-02-15 14:18:18 +0000
commitfee0fcfef08a05ed4ba9369d2352c876b514d69c (patch)
tree85612ed330ae63ba9d9438c12bf3bef21dbb9cd8 /src/quick/items/qquickwindow.cpp
parent1d0f808c7dc708f5ec8093f09f332615b94f4318 (diff)
Fix qml block in doc comment for Window::transientParent
Change-Id: I95c7557dd552dd86bfcaa7eebf43f00516ef7db6 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/quick/items/qquickwindow.cpp')
-rw-r--r--src/quick/items/qquickwindow.cpp4
1 files changed, 2 insertions, 2 deletions
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