diff options
author | Kai Koehne <[email protected]> | 2019-03-18 16:55:49 +0100 |
---|---|---|
committer | Kai Koehne <[email protected]> | 2019-03-21 14:04:01 +0000 |
commit | 77847ca2c3bad62bab2219d37e1d3d51ce83ade2 (patch) | |
tree | f7b83108ca998feffb9a3c44c8e8ebafa3441d40 | |
parent | 7a349710cc7bd63b52bb70e4d61a6489e083ceb2 (diff) |
Doc: Rename State Machine QML Types page
Make name more in line with the import and with the other overview
pages. This became apparent because the All QML Modules overview page
now shows the name of the page, instead of the import:
https://doc-snapshots.qt.io/qt5-5.13/modules-qml.html#
Change-Id: Iee1362247ea6837dd9404885890b2adb7af2c544
Reviewed-by: Ulf Hermann <[email protected]>
Reviewed-by: Venugopal Shivashankar <[email protected]>
-rw-r--r-- | src/qml/doc/src/statemachine.qdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/doc/src/statemachine.qdoc b/src/qml/doc/src/statemachine.qdoc index 6986f1baa0..231b85af76 100644 --- a/src/qml/doc/src/statemachine.qdoc +++ b/src/qml/doc/src/statemachine.qdoc @@ -27,7 +27,7 @@ /*! \qmlmodule QtQml.StateMachine 1.\QtMinorVersion - \title Declarative State Machine QML Types + \title Qt QML State Machine QML Types \brief Provides QML types to create and execute state graphs. The following is a list of QML types provided by the module: @@ -322,7 +322,7 @@ \section1 Related Information \list - \li \l{Declarative State Machine QML Types} + \li \l{Qt QML State Machine QML Types} \li \l{The State Machine Framework} \endlist */ |