From c7a55c268f4b4b88383a3a75cdf1e846c55aa250 Mon Sep 17 00:00:00 2001 From: Takumi Asaki Date: Thu, 19 Dec 2013 11:03:38 +0900 Subject: Doc: Fix current QtQuick module version. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8056757967ff2693f69b5a7afa11a00ca826ece0 Reviewed-by: Topi Reiniƶ --- src/quick/doc/src/qmltypereference.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/quick') diff --git a/src/quick/doc/src/qmltypereference.qdoc b/src/quick/doc/src/qmltypereference.qdoc index 21cfd2e18b..7fc9bea032 100644 --- a/src/quick/doc/src/qmltypereference.qdoc +++ b/src/quick/doc/src/qmltypereference.qdoc @@ -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.0, and thus it may be +The current version of the \c QtQuick module is version 2.2, and thus it may be imported via the following statement: \qml -import QtQuick 2.0 +import QtQuick 2.2 \endqml See the \l {Qt Quick} module documentation for more -- cgit v1.2.3