aboutsummaryrefslogtreecommitdiffstats
path: root/src/winextras/doc/src/qtwinextras-module-qml.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/winextras/doc/src/qtwinextras-module-qml.qdoc')
-rw-r--r--src/winextras/doc/src/qtwinextras-module-qml.qdoc9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/winextras/doc/src/qtwinextras-module-qml.qdoc b/src/winextras/doc/src/qtwinextras-module-qml.qdoc
index 078cb44..62797ef 100644
--- a/src/winextras/doc/src/qtwinextras-module-qml.qdoc
+++ b/src/winextras/doc/src/qtwinextras-module-qml.qdoc
@@ -26,10 +26,17 @@
****************************************************************************/
/*!
- \qmlmodule QtWinExtras 1.0
+ \qmlmodule QtWinExtras 1.\QtMinorVersion
\title Qt Windows Extras QML Types
\ingroup qmlmodules
\brief Enables the use of Windows features with QML.
\section1 QML Types
+
+ The QML types can be imported into your application using the
+ following import statement in your .qml file.
+
+ \qml \QtMinorVersion
+ import QtWinExtras 1.\1
+ \endqml
*/