summaryrefslogtreecommitdiffstats
path: root/src/imports/scxmlstatemachine
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/scxmlstatemachine')
-rw-r--r--src/imports/scxmlstatemachine/eventconnection.cpp8
-rw-r--r--src/imports/scxmlstatemachine/invokedservices.cpp2
-rw-r--r--src/imports/scxmlstatemachine/statemachineloader.cpp4
3 files changed, 8 insertions, 6 deletions
diff --git a/src/imports/scxmlstatemachine/eventconnection.cpp b/src/imports/scxmlstatemachine/eventconnection.cpp
index c35d43c..2a073bd 100644
--- a/src/imports/scxmlstatemachine/eventconnection.cpp
+++ b/src/imports/scxmlstatemachine/eventconnection.cpp
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty QStringList EventConnection::events
+ \qmlproperty stringlist EventConnection::events
The list of SCXML event specifiers that describe the events to listen for.
@@ -64,17 +64,19 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlproperty QScxmlStateMachine EventConnection::stateMachine
+ \qmlproperty ScxmlStateMachine EventConnection::stateMachine
The state machine that sends out the event.
*/
/*!
- \qmlsignal EventConnection::occurred(QScxmlEvent event)
+ \qmlsignal EventConnection::occurred(event)
This signal is emitted when the event \a event occurrs.
The corresponding signal handler is \c onOccurred.
+
+ \sa QScxmlEvent
*/
diff --git a/src/imports/scxmlstatemachine/invokedservices.cpp b/src/imports/scxmlstatemachine/invokedservices.cpp
index 8d3accf..6011557 100644
--- a/src/imports/scxmlstatemachine/invokedservices.cpp
+++ b/src/imports/scxmlstatemachine/invokedservices.cpp
@@ -83,7 +83,7 @@ void QScxmlInvokedServices::classBegin()
}
/*!
- \qmlproperty QtObject InvokedServices::stateMachine
+ \qmlproperty ScxmlStateMachine InvokedServices::stateMachine
The state machine that invoked the services.
*/
diff --git a/src/imports/scxmlstatemachine/statemachineloader.cpp b/src/imports/scxmlstatemachine/statemachineloader.cpp
index 02b23f5..946988f 100644
--- a/src/imports/scxmlstatemachine/statemachineloader.cpp
+++ b/src/imports/scxmlstatemachine/statemachineloader.cpp
@@ -65,7 +65,7 @@ QScxmlStateMachineLoader::QScxmlStateMachineLoader(QObject *parent)
}
/*!
- \qmlproperty QObject StateMachineLoader::stateMachine
+ \qmlproperty ScxmlStateMachine StateMachineLoader::stateMachine
The state machine instance.
*/
@@ -75,7 +75,7 @@ QT_PREPEND_NAMESPACE(QScxmlStateMachine) *QScxmlStateMachineLoader::stateMachine
}
/*!
- \qmlproperty string StateMachineLoader::source
+ \qmlproperty url StateMachineLoader::source
The URL of the SCXML document to load. Only synchronously accessible URLs
are supported.