summaryrefslogtreecommitdiffstats
path: root/doc/src/qmlapp/porting.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qmlapp/porting.qdoc')
-rw-r--r--doc/src/qmlapp/porting.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/qmlapp/porting.qdoc b/doc/src/qmlapp/porting.qdoc
index 98153578d..5fc927fc5 100644
--- a/doc/src/qmlapp/porting.qdoc
+++ b/doc/src/qmlapp/porting.qdoc
@@ -211,11 +211,12 @@ QGraphicsView. In contrast, QQuickView inherits from QQuickWindow and uses the Q
infrastructure introduced in Qt 5; any QGraphicsView-specific functionality is no longer available.
-\section3 qmlscene Utility
+\section3 Utilities: qmlscene and qml
The \c qmlviewer tool provided for prototyping and testing QML applications in Qt 4.x has been
replaced with the \c qmlscene tool which integrates with the new scenegraph features in Qt 5.
-
+In Qt 5.2, the \l{qtquick-qml-runtime.html}{qml} tool was added, intended as the eventual
+replacement for \c qmlscene.
\section2 QML plugins