aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/statemachine/statemachine.cpp
diff options
context:
space:
mode:
authorVenu <venugopal.shivashankar@digia.com>2014-09-24 17:11:11 +0200
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2014-10-09 15:52:59 +0200
commit9413d62f6120c8be509bb46adf75ce302550e0b3 (patch)
tree488f12dd72f45bf852d3ead65e7bf9d982de7d98 /src/imports/statemachine/statemachine.cpp
parentf5e098e428855925382d25c84f14db4dbf773411 (diff)
Doc: Updated the QML State Machine docs
- Excluded the src/imports/statemachine directory from qtquick.qdocconf to avoid unnecessary qdoc warnings. - corrected a broken link to an external source - changed the group name to avoid collision - added a \qmlmodule page for QtQml.StateMachine - Reduced the amount of duplication between the C++ and QML state machine overviews. Task-number: QTBUG-41561 Change-Id: I87c815fada7006f0609331e315bb338f062bb4db Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/imports/statemachine/statemachine.cpp')
-rw-r--r--src/imports/statemachine/statemachine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/statemachine/statemachine.cpp b/src/imports/statemachine/statemachine.cpp
index 6c92edd65f..c65901a175 100644
--- a/src/imports/statemachine/statemachine.cpp
+++ b/src/imports/statemachine/statemachine.cpp
@@ -79,9 +79,9 @@ QQmlListProperty<QObject> StateMachine::children()
/*!
\qmltype StateMachine
- \inqmlmodule QtStateMachine 1.0
+ \inqmlmodule QtQml.StateMachine
\inherits StateBase
- \ingroup qmlstatemachine
+ \ingroup statemachine-qmltypes
\since 5.4
\brief Provides a hierarchical finite state machine.