aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-04-18 08:51:38 +0200
committerKai Koehne <kai.koehne@qt.io>2018-04-19 06:28:50 +0000
commitbbda0e5a7111f226b6540cd4e6d99311bcd8e7ce (patch)
treefe456ff32f00fd69260ed552d36f8eeb7249ee14 /src/qml
parent9b0580f14ef0ca527efb5f397b1440ea79615b3b (diff)
Doc: Bump QtQuick import to 2.11
Task-number: QTBUG-67786 Change-Id: Ie371d4c931ce31f728cdd960ad454e26c40cc4ed Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/doc/src/qmltypereference.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/qmltypereference.qdoc b/src/qml/doc/src/qmltypereference.qdoc
index cfd4d55a24..f2e0ce60c0 100644
--- a/src/qml/doc/src/qmltypereference.qdoc
+++ b/src/qml/doc/src/qmltypereference.qdoc
@@ -55,7 +55,7 @@ are also provided by the \c QtQuick namespace which may be imported as
follows:
\qml
-import QtQuick 2.7
+import QtQuick 2.11
\endqml
See the \l{Qt Quick} module documentation for more information about the \c