aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2021-09-21 23:42:07 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2021-09-29 23:16:33 +0200
commit0c4851e12b9ec42fddbb64a9f86003a435644f80 (patch)
treeff6ff37c332d3bcd3a07ad3e732a9bd132afaab0 /examples
parent3c1599cb8c16f615b14b50155ffcb3f7bad99d0a (diff)
doc: Replace qmlscene with qml
We deprecated qmlscene in a9c93e2716a097c637515aded49a3308e257204b so we should stop recommending it in docs, too. Task-number: QTBUG-53219 Pick-to: 6.2 Change-Id: Ic729624a8ef849bd13f38087e20b5a410c5c5756 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/qml/qmlextensionplugins/doc/src/qmlpluginex.qdoc4
-rw-r--r--examples/quick/window/doc/src/window.qdoc5
2 files changed, 5 insertions, 4 deletions
diff --git a/examples/qml/qmlextensionplugins/doc/src/qmlpluginex.qdoc b/examples/qml/qmlextensionplugins/doc/src/qmlpluginex.qdoc
index 24d6991d52..cbc7de2936 100644
--- a/examples/qml/qmlextensionplugins/doc/src/qmlpluginex.qdoc
+++ b/examples/qml/qmlextensionplugins/doc/src/qmlpluginex.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.
@@ -37,6 +37,6 @@
\code
> qmake
> make
- > qmlscene -I imports plugins.qml
+ > qml -I imports plugins.qml
\endcode
*/
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.