aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2014-06-03 22:44:25 +0200
committerJerome Pasion <jerome.pasion@digia.com>2014-06-23 09:51:16 +0200
commite6bf3d444f3818145d7807ad37b6a0ab9f8d4a47 (patch)
tree0a6ea32a967b4d03de0d8d1d7f4618c510e8ab75 /src/qml/doc
parentc9b39637eed7cc4a8b02db5e0f86839c52348893 (diff)
Update QtQuick import value to 2.3
The current documentation uses import QtQuick 2.2 which is wrong since there are new APIs like mipmap for the QML Image element. Task-number: QTBUG-39302 Change-Id: I3cc3a1522efd85090c3b4011429fa16b95e79435 Reviewed-by: J-P Nurmi <jpnurmi@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.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 61d4e67acb..0f98773b70 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.2
+import QtQuick 2.3
\endqml
See the \l{Qt Quick} module documentation for more information about the \c