aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/window/plugin.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-08-28 16:18:27 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-08-28 16:18:27 +0200
commit06c2ddc88c6d7b0cf4d90b0c373462a06a1e7b1c (patch)
tree30544a44db8dd7dd1be547225b7c021407b6db57 /src/imports/window/plugin.cpp
parent26fb6a0915ec64d30eaa78e781e7f18468bc2ed7 (diff)
parentd8bc98b525c082ed7a2904a985e0daee48b406bb (diff)
Merge remote-tracking branch 'origin/5.3' into 5.4
Diffstat (limited to 'src/imports/window/plugin.cpp')
-rw-r--r--src/imports/window/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/window/plugin.cpp b/src/imports/window/plugin.cpp
index 2883ad23de..68ecda2dce 100644
--- a/src/imports/window/plugin.cpp
+++ b/src/imports/window/plugin.cpp
@@ -38,7 +38,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
@@ -48,7 +48,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
*/