aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/window/doc/src/window.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/quick/window/doc/src/window.qdoc b/examples/quick/window/doc/src/window.qdoc
index 26caafce9a..355bc30f01 100644
--- a/examples/quick/window/doc/src/window.qdoc
+++ b/examples/quick/window/doc/src/window.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2017 The Qt Company Ltd.
+** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -74,7 +74,8 @@
applications which need to rotate some content when the screen orientation
changes, to position windows on the screen or to convert real units to
logical pixel units. CurrentScreen.qml (which is displayed inline in
- window.qml, or can be run by itself with qmlscene) simply displays the
+ window.qml, or can be run by itself with the
+ \l {Prototyping with the QML Runtime Tool}{qml tool}) simply displays the
property values, while the splash screen uses them to center the window on
the screen.