summaryrefslogtreecommitdiff
path: root/doc/src/qmlapp/firststepsqml.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qmlapp/firststepsqml.qdoc')
-rw-r--r--doc/src/qmlapp/firststepsqml.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/qmlapp/firststepsqml.qdoc b/doc/src/qmlapp/firststepsqml.qdoc
index e1ad1369..1b40028b 100644
--- a/doc/src/qmlapp/firststepsqml.qdoc
+++ b/doc/src/qmlapp/firststepsqml.qdoc
@@ -213,7 +213,8 @@ Rectangle {
}
\endqml
-This example can be saved as "ClickableHelloWorld.qml" and run with qmlscene.
+This example can be saved as "ClickableHelloWorld.qml" and run with the
+\l{qtquick-qml-runtime.html}{qml} runtime tool.
Whenever the user clicks anywhere in the window, the rectangle will change
from red to blue.