From e6bf3d444f3818145d7807ad37b6a0ab9f8d4a47 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Tue, 3 Jun 2014 22:44:25 +0200 Subject: 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 Reviewed-by: Jerome Pasion --- src/qml/doc/src/qmltypereference.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/doc/src/qmltypereference.qdoc') 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 -- cgit v1.2.3