aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-20 15:59:08 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-04-22 06:36:29 +0000
commitd3f9d92d5d30eb5628a98518dbe82d91b37adbda (patch)
tree0767a164228c41e004e154c62c52a773e6b5df8a /src/imports
parentf15a90e5d10465e66698209a5d88f1e63ae336fa (diff)
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 <caroline.chao@theqtcompany.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/models/models.pro2
-rw-r--r--src/imports/models/plugin.cpp4
2 files changed, 3 insertions, 3 deletions
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