summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-03-07 03:03:07 +0100
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2020-03-07 03:03:07 +0100
commit85ef74c296716081b044db5fd9db4692443c229f (patch)
treea55d519614b592b52f9a2d4989299e896746fc29
parent61ed1a9e09fe54b0d52afbf865de03c8c4eaed82 (diff)
parentdc27453a24ef18082f6f39dcf835092d0d32f913 (diff)
Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta4v5.15.0-beta3v5.15.0-beta2
-rw-r--r--src/scxml/doc/qtscxml-module-qml.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scxml/doc/qtscxml-module-qml.qdoc b/src/scxml/doc/qtscxml-module-qml.qdoc
index 5fdae36..d5cbf6b 100644
--- a/src/scxml/doc/qtscxml-module-qml.qdoc
+++ b/src/scxml/doc/qtscxml-module-qml.qdoc
@@ -34,9 +34,9 @@
To import the QML types into your application, use the following import statement
in your .qml file:
- \code \QtMinorVersion
+ \qml \QtMinorVersion
import QtScxml 5.\1
- \endcode
+ \endqml
For more information, see \l{Instantiating State Machines}.
*/