aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2018-02-26 14:37:38 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2018-02-26 14:18:00 +0000
commitfb57e18163c559f91d89576cd5d9201c7173d0a0 (patch)
tree6dc95a2534839ec91297cc252fad079fc1a0a8b0 /src/imports/templates
parent632da6a9871c9b37e8e319eafd9769c6339b8eae (diff)
Update versions in the docs and .pros
Change-Id: I5b4af1ddfe8c4583731f5a90082d803298bdf9bd Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/imports/templates')
-rw-r--r--src/imports/templates/doc/src/qtquicktemplates2-qmltypes.qdoc4
-rw-r--r--src/imports/templates/templates.pro2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/templates/doc/src/qtquicktemplates2-qmltypes.qdoc b/src/imports/templates/doc/src/qtquicktemplates2-qmltypes.qdoc
index 52796425..695156b4 100644
--- a/src/imports/templates/doc/src/qtquicktemplates2-qmltypes.qdoc
+++ b/src/imports/templates/doc/src/qtquicktemplates2-qmltypes.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \qmlmodule QtQuick.Templates 2.3
+ \qmlmodule QtQuick.Templates 2.4
\title Qt Quick Templates 2 QML Types
\ingroup qmlmodules
\brief Provides QML types for templates (Qt Quick Templates).
@@ -38,7 +38,7 @@
\c .qml file:
\badcode
- import QtQuick.Templates 2.3 as T
+ import QtQuick.Templates 2.4 as T
\endcode
For the sake of clarity, there is a one-to-one mapping between the types
diff --git a/src/imports/templates/templates.pro b/src/imports/templates/templates.pro
index 9a95812b..b505dceb 100644
--- a/src/imports/templates/templates.pro
+++ b/src/imports/templates/templates.pro
@@ -1,6 +1,6 @@
TARGET = qtquicktemplates2plugin
TARGETPATH = QtQuick/Templates.2
-IMPORT_VERSION = 2.3
+IMPORT_VERSION = 2.4
QT += qml quick
QT_PRIVATE += core-private gui-private qml-private quick-private quicktemplates2-private