aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qtqml.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/doc/src/qtqml.qdoc')
-rw-r--r--src/qml/doc/src/qtqml.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/src/qtqml.qdoc b/src/qml/doc/src/qtqml.qdoc
index 9c2ce11aa0..23f4a81249 100644
--- a/src/qml/doc/src/qtqml.qdoc
+++ b/src/qml/doc/src/qtqml.qdoc
@@ -53,8 +53,8 @@ for an introduction to writing QML applications.
The QML types in Qt QML are available through the \c QtQml import. To use the
types, add the following import statement to your .qml file:
-\qml \QtMinorVersion
-import QtQml 2.\1
+\qml
+import QtQml
\endqml
\section2 C++ API