aboutsummaryrefslogtreecommitdiffstats
path: root/src/gamepad/doc/src/qtgamepad-qmltypes.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamepad/doc/src/qtgamepad-qmltypes.qdoc')
-rw-r--r--src/gamepad/doc/src/qtgamepad-qmltypes.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gamepad/doc/src/qtgamepad-qmltypes.qdoc b/src/gamepad/doc/src/qtgamepad-qmltypes.qdoc
index 86d2f24..c136864 100644
--- a/src/gamepad/doc/src/qtgamepad-qmltypes.qdoc
+++ b/src/gamepad/doc/src/qtgamepad-qmltypes.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \qmlmodule QtGamepad 1.0
+ \qmlmodule QtGamepad 1.\QtMinorVersion
\title Qt Gamepad QML Types
\ingroup qmlmodules
\brief Provides QML types for using gamepad hardware.
@@ -37,9 +37,9 @@
The QML types can be imported into your application using the following
import statement:
- \code
- import QtGamepad 1.0
- \endcode
+ \qml \QtMinorVersion
+ import QtGamepad 1.\1
+ \endqml
To link against the module, add this line to your \l qmake \c .pro file: