summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/purchasing/doc/src/gettingstarted-qml.qdoc4
-rw-r--r--src/purchasing/doc/src/qtpurchasing-qmltypes.qdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/purchasing/doc/src/gettingstarted-qml.qdoc b/src/purchasing/doc/src/gettingstarted-qml.qdoc
index 4b25d91..76a27e3 100644
--- a/src/purchasing/doc/src/gettingstarted-qml.qdoc
+++ b/src/purchasing/doc/src/gettingstarted-qml.qdoc
@@ -41,8 +41,8 @@
Use the following \c import statement in the QML files to access the Qt
Purchasing QML types:
- \qml
- import QtPurchasing 1.0
+ \qml \QtMinorVersion
+ import QtPurchasing 1.\1
\endqml
Add the following statement to your \c .pro file to link against the Qt
diff --git a/src/purchasing/doc/src/qtpurchasing-qmltypes.qdoc b/src/purchasing/doc/src/qtpurchasing-qmltypes.qdoc
index 53fce3e..11c5162 100644
--- a/src/purchasing/doc/src/qtpurchasing-qmltypes.qdoc
+++ b/src/purchasing/doc/src/qtpurchasing-qmltypes.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \qmlmodule QtPurchasing 1.0
+ \qmlmodule QtPurchasing 1.\QtMinorVersion
\title Qt Purchasing QML Types
\ingroup qmlmodules
\brief Provides QML types for in-app purchasing.