aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2018-07-23 15:59:20 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2018-07-24 10:34:24 +0000
commita4d3cf9c7d1f58da7ab99aa394d3acdff305caa6 (patch)
tree9263b1500478652f8bd95916fd70bc0be779ca75 /src/imports
parenta5f1581653bf39938f052eb0138ba0e834266b0c (diff)
Doc: bump import version to 2.12
This is important since 2.12 is LTS and because Input Handlers are now included. Change-Id: I09417eb873ed7971fc768dddb916954d46091a6b Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io> Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/folderlistmodel/qquickfolderlistmodel.cpp8
-rw-r--r--src/imports/localstorage/plugin.cpp2
-rw-r--r--src/imports/models/plugin.cpp4
-rw-r--r--src/imports/qtquick2/qtquick2.pro2
-rw-r--r--src/imports/window/plugin.cpp4
-rw-r--r--src/imports/xmllistmodel/qqmlxmllistmodel.cpp4
6 files changed, 12 insertions, 12 deletions
diff --git a/src/imports/folderlistmodel/qquickfolderlistmodel.cpp b/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
index 7b2884df77..f5f38adb18 100644
--- a/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
+++ b/src/imports/folderlistmodel/qquickfolderlistmodel.cpp
@@ -224,7 +224,7 @@ QString QQuickFolderListModelPrivate::resolvePath(const QUrl &path)
}
/*!
- \qmlmodule Qt.labs.folderlistmodel 2.11
+ \qmlmodule Qt.labs.folderlistmodel 2.12
\title Qt Labs FolderListModel QML Types
\ingroup qmlmodules
\brief The FolderListModel provides a model of the contents of a file system folder.
@@ -232,7 +232,7 @@ QString QQuickFolderListModelPrivate::resolvePath(const QUrl &path)
To use this module, import the module with the following line:
\code
- import Qt.labs.folderlistmodel 2.11
+ import Qt.labs.folderlistmodel 2.12
\endcode
*/
@@ -251,7 +251,7 @@ QString QQuickFolderListModelPrivate::resolvePath(const QUrl &path)
\e{Elements in the Qt.labs module are not guaranteed to remain compatible
in future versions.}
- \b{import Qt.labs.folderlistmodel 2.11}
+ \b{import Qt.labs.folderlistmodel 2.12}
The \l folder property specifies the folder to access. Information about the
files and directories in the folder is supplied via the model's interface.
@@ -297,7 +297,7 @@ QString QQuickFolderListModelPrivate::resolvePath(const QUrl &path)
\qml
import QtQuick 2.0
- import Qt.labs.folderlistmodel 2.11
+ import Qt.labs.folderlistmodel 2.12
ListView {
width: 200; height: 400
diff --git a/src/imports/localstorage/plugin.cpp b/src/imports/localstorage/plugin.cpp
index af32ead571..ae1ee2e378 100644
--- a/src/imports/localstorage/plugin.cpp
+++ b/src/imports/localstorage/plugin.cpp
@@ -520,7 +520,7 @@ through the data.
/*!
- \qmlmodule QtQuick.LocalStorage 2.11
+ \qmlmodule QtQuick.LocalStorage 2.12
\title Qt Quick Local Storage QML Types
\ingroup qmlmodules
\brief Provides a JavaScript object singleton type for accessing a local
diff --git a/src/imports/models/plugin.cpp b/src/imports/models/plugin.cpp
index 49e94c13aa..e0ba2c07a4 100644
--- a/src/imports/models/plugin.cpp
+++ b/src/imports/models/plugin.cpp
@@ -45,7 +45,7 @@
QT_BEGIN_NAMESPACE
/*!
- \qmlmodule QtQml.Models 2.11
+ \qmlmodule QtQml.Models 2.12
\title Qt QML Models QML Types
\ingroup qmlmodules
\brief Provides QML types for data models
@@ -56,7 +56,7 @@ QT_BEGIN_NAMESPACE
To use the types in this module, import the module with the following line:
\code
- import QtQml.Models 2.11
+ import QtQml.Models 2.12
\endcode
Note that QtQml.Models module started at version 2.1 to match the version
diff --git a/src/imports/qtquick2/qtquick2.pro b/src/imports/qtquick2/qtquick2.pro
index 01ac034104..b3c44b412b 100644
--- a/src/imports/qtquick2/qtquick2.pro
+++ b/src/imports/qtquick2/qtquick2.pro
@@ -1,7 +1,7 @@
CXX_MODULE = qml
TARGET = qtquick2plugin
TARGETPATH = QtQuick.2
-IMPORT_VERSION = 2.11
+IMPORT_VERSION = 2.12
SOURCES += \
plugin.cpp
diff --git a/src/imports/window/plugin.cpp b/src/imports/window/plugin.cpp
index 3e45730bb1..e0af82c8ea 100644
--- a/src/imports/window/plugin.cpp
+++ b/src/imports/window/plugin.cpp
@@ -44,7 +44,7 @@
QT_BEGIN_NAMESPACE
/*!
- \qmlmodule QtQuick.Window 2.11
+ \qmlmodule QtQuick.Window 2.12
\title Qt Quick Window QML Types
\ingroup qmlmodules
\brief Provides QML types for window management
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
To use the types in this module, import the module with the following line:
\code
- import QtQuick.Window 2.11
+ import QtQuick.Window 2.12
\endcode
*/
diff --git a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
index df0881092b..8941b33045 100644
--- a/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
+++ b/src/imports/xmllistmodel/qqmlxmllistmodel.cpp
@@ -74,7 +74,7 @@ typedef QPair<int, int> QQuickXmlListRange;
#define XMLLISTMODEL_CLEAR_ID 0
/*!
- \qmlmodule QtQuick.XmlListModel 2.11
+ \qmlmodule QtQuick.XmlListModel 2.12
\title Qt Quick XmlListModel QML Types
\ingroup qmlmodules
\brief Provides QML types for creating models from XML data
@@ -84,7 +84,7 @@ typedef QPair<int, int> QQuickXmlListRange;
To use the types in this module, import the module with the following line:
\code
- import QtQuick.XmlListModel 2.11
+ import QtQuick.XmlListModel 2.12
\endcode
*/