From d8bc98b525c082ed7a2904a985e0daee48b406bb Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 26 Aug 2014 12:15:31 +0200 Subject: Use QtQuick.Window 2.2 Use version 2.2 in the documentation and for the .qmltypes file. The revision for properties got dropped in commit 7ceca6ac0 , and is now dropped from the .qmltypes file, too. The removed signals are also dropped because of that (because they are implicitly declared by the property, anyway). Change-Id: Ia14dd403ce1f098cb378bd7940e8f80f32b770a0 Reviewed-by: Fawzi Mohamed Reviewed-by: Alan Alpert --- src/imports/window/plugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/imports/window/plugin.cpp') diff --git a/src/imports/window/plugin.cpp b/src/imports/window/plugin.cpp index 31c7899027..9c65cf4357 100644 --- a/src/imports/window/plugin.cpp +++ b/src/imports/window/plugin.cpp @@ -46,7 +46,7 @@ QT_BEGIN_NAMESPACE /*! - \qmlmodule QtQuick.Window 2.1 + \qmlmodule QtQuick.Window 2.2 \title Qt Quick Window QML Types \ingroup qmlmodules \brief Provides QML types for window management @@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE To use the types in this module, import the module with the following line: \code - import QtQuick.Window 2.0 + import QtQuick.Window 2.2 \endcode */ -- cgit v1.2.3