summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2019-02-25 10:57:17 +0100
committerKai Koehne <kai.koehne@qt.io>2019-02-26 12:01:24 +0000
commit098dd780b7e773f3e945c6e1b4b7fef51fb0a446 (patch)
treef9ad71492951713f68e7be519d33aec5ad9831e1
parentdff997ecf2984acd7eae650e8ffe3269e6b2a5e2 (diff)
Doc: Fix documented QtPurchasing import
Since change 21927fdbdbe4d928d909b0 QtPurchasing is registered with the latest Qt minor version, but the documentation wasn't updated yet. Change-Id: I7ba0d6e369b9e742613c7b9a9c9e6267b724c071 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
-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.