summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-03-07 03:04:47 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-03-07 03:04:47 +0100
commit6ec39500b6cb3ffc274b7c3c0de39beb6cc1ef00 (patch)
treeb16690ff2ada3ef88ad348050ad03efd12ada9d6
parent0fd1c5413bd433755e54c7d69493efc45c432764 (diff)
parent35dfb472d44bad657b6636221c965bef67d861c2 (diff)
Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta4v5.15.0-beta3v5.15.0-beta2
-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: