summaryrefslogtreecommitdiffstats
path: root/doc/src/qmlapp/deployment.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qmlapp/deployment.qdoc')
-rw-r--r--doc/src/qmlapp/deployment.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qmlapp/deployment.qdoc b/doc/src/qmlapp/deployment.qdoc
index 5bb66177a..effb9b865 100644
--- a/doc/src/qmlapp/deployment.qdoc
+++ b/doc/src/qmlapp/deployment.qdoc
@@ -115,7 +115,7 @@ QQuickView is a QWindow-based class that can load QML files. For example, if the
\c application.qml, it will look like this:
\qml
- import QtQuick 2.3
+ import QtQuick
Rectangle { width: 100; height: 100; color: "red" }
\endqml