Update QtQuick import value to 2.3
authorSamuel Gaist <samuel.gaist@edeltech.ch>
Tue, 3 Jun 2014 20:44:25 +0000 (22:44 +0200)
committerJerome Pasion <jerome.pasion@digia.com>
Mon, 23 Jun 2014 07:51:16 +0000 (09:51 +0200)
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>
src/qml/doc/src/qmltypereference.qdoc
src/quick/doc/src/qmltypereference.qdoc

index 61d4e67..0f98773 100644 (file)
@@ -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
index 7fc9bea..f048186 100644 (file)
@@ -42,11 +42,11 @@ by this module, organized according to category and purpose.
 The types provided by the \l {Qt Quick} module are only available in a QML document
 if that document imports the \c QtQuick namespace.
 
-The current version of the \c QtQuick module is version 2.2, and thus it may be
+The current version of the \c QtQuick module is version 2.3, and thus it may be
 imported via the following statement:
 
 \qml
-import QtQuick 2.2
+import QtQuick 2.3
 \endqml
 
 See the \l {Qt Quick} module documentation for more
@@ -321,12 +321,12 @@ set of Particle System types for Qt Quick 2
 */
 
 /*!
-\qmlmodule QtQuick 2.2
+\qmlmodule QtQuick 2.3
 \brief The Provides graphical primitives for use in QML.
 
 The \l{Qt Quick} module provides graphical primitive types. They can be used with the following import
 \code
-import QtQuick 2.2
+import QtQuick 2.3
 \endcode
 
 For a more detailed listing of types in the \c {QtQuick} import, see the \l{Qt Quick QML Types} page.