aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@digia.com>2015-02-12 14:18:59 +0100
committerShawn Rutledge <shawn.rutledge@digia.com>2015-02-12 20:47:15 +0000
commit6a50e6f63d46dfed4b1edc6a2a8d49f27ef9695f (patch)
treedf5daa105ff6f7b5718cb9773af86fc64bc57821 /src/qml/doc
parent1468d30fa386028f229a1edf4b00b6a159aac829 (diff)
Doc: Bump QtQuick import version to 2.5
Change-Id: I9b41d6c755f804aeb47564f10d7131df528ba61d Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com> Reviewed-by: Caroline Chao <caroline.chao@theqtcompany.com>
Diffstat (limited to 'src/qml/doc')
-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 2c75a192b4..48f7ba1bae 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.3
+import QtQuick 2.5
\endqml
See the \l{Qt Quick} module documentation for more information about the \c