summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-03-10 03:01:26 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-03-10 03:01:26 +0100
commitc86b9eff361ef397276203b8f6e7e04e5eafebb3 (patch)
tree9730b559bb5ff2df58e8afdf997730b7bcb0b333
parent61d4a323b38f7d0da5f4b93b2a059926b2fa0155 (diff)
parent6ec39500b6cb3ffc274b7c3c0de39beb6cc1ef00 (diff)
Merge remote-tracking branch 'origin/5.15' into dev
-rw-r--r--src/purchasing/doc/src/qtpurchasing-qmltypes.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/purchasing/doc/src/qtpurchasing-qmltypes.qdoc b/src/purchasing/doc/src/qtpurchasing-qmltypes.qdoc
index 11c5162..586bbc7 100644
--- a/src/purchasing/doc/src/qtpurchasing-qmltypes.qdoc
+++ b/src/purchasing/doc/src/qtpurchasing-qmltypes.qdoc
@@ -38,9 +38,9 @@
The QML types can be imported into your application using the following
import statement:
- \code
- import QtPurchasing 1.0
- \endcode
+ \qml \QtMinorVersion
+ import QtPurchasing 1.\1
+ \endqml
To link against the module, add this line to your \l qmake \c .pro file: