aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-04-18 16:18:21 +0200
committerKai Koehne <kai.koehne@qt.io>2018-04-20 06:45:56 +0000
commit54f3b6fbbd95ba06b742ced902b4507177fcf654 (patch)
tree154215d4b4898f5714279a74ebf31d4891b50ffa /src/qml
parent9d90644db63f88e041d29f5a566db71a8ac25098 (diff)
Document latest QtQml.StateMachine import version to be 2.11
Since commit 214fbaa57b73296a0 the latest minor version of the import is automatically the Qt minor version, so let's also document this. Change-Id: I61a1015d74beaeac9d7a2aecd73e3f05c8a545c9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/doc/src/statemachine.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/statemachine.qdoc b/src/qml/doc/src/statemachine.qdoc
index 0cd19d2a68..59170a223f 100644
--- a/src/qml/doc/src/statemachine.qdoc
+++ b/src/qml/doc/src/statemachine.qdoc
@@ -26,7 +26,7 @@
****************************************************************************/
/*!
- \qmlmodule QtQml.StateMachine 1.0
+ \qmlmodule QtQml.StateMachine 1.11
\title Declarative State Machine QML Types
\brief Provides QML types to create and execute state graphs.