From d3f9d92d5d30eb5628a98518dbe82d91b37adbda Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Mon, 20 Apr 2015 15:59:08 +0200 Subject: QtQml.Models: bump up the import version number to 2.2 The latest version is 2.2 since 4ca9be5. Change-Id: I19014c26301a67f2ce2ef93d7bab124a65337b59 Reviewed-by: Caroline Chao --- src/imports/models/models.pro | 2 +- src/imports/models/plugin.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/imports') diff --git a/src/imports/models/models.pro b/src/imports/models/models.pro index 98b0bd617a..6a2952cd82 100644 --- a/src/imports/models/models.pro +++ b/src/imports/models/models.pro @@ -1,7 +1,7 @@ CXX_MODULE = qml TARGET = modelsplugin TARGETPATH = QtQml/Models.2 -IMPORT_VERSION = 2.1 +IMPORT_VERSION = 2.2 SOURCES += \ plugin.cpp diff --git a/src/imports/models/plugin.cpp b/src/imports/models/plugin.cpp index f9999a2223..c2b0d2ae94 100644 --- a/src/imports/models/plugin.cpp +++ b/src/imports/models/plugin.cpp @@ -38,7 +38,7 @@ QT_BEGIN_NAMESPACE /*! - \qmlmodule QtQml.Models 2.1 + \qmlmodule QtQml.Models 2.2 \title Qt QML Models QML Types \ingroup qmlmodules \brief Provides QML types for data models @@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE To use the types in this module, import the module with the following line: \code - import QtQml.Models 2.1 + import QtQml.Models 2.2 \endcode Note that QtQml.Models module started at version 2.1 to match the version -- cgit v1.2.3