aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/window/plugin.cpp
diff options
context:
space:
mode:
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 31c7899027..9c65cf4357 100644
--- a/src/imports/window/plugin.cpp
+++ b/src/imports/window/plugin.cpp
@@ -46,7 +46,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
@@ -56,7 +56,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
*/