summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2017-03-17 16:47:29 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2017-03-21 10:44:48 +0000
commitab5ca688d090a2f92472c8adffbcfbb308480fcd (patch)
treee425c5b9b79fb998a73867a4f80f6c9c51b974b4
parentb72b5c7865d184ad00552ed377999356b341355c (diff)
Doc: Remove docs for property changed signals
The convention is not to document them. Change-Id: I9d133e05a4d2b15b47bfb3ce06b07c661534a17c Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--src/imports/scxmlstatemachine/statemachineloader.cpp15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/imports/scxmlstatemachine/statemachineloader.cpp b/src/imports/scxmlstatemachine/statemachineloader.cpp
index f4c1740..02b23f5 100644
--- a/src/imports/scxmlstatemachine/statemachineloader.cpp
+++ b/src/imports/scxmlstatemachine/statemachineloader.cpp
@@ -56,18 +56,6 @@
\since QtScxml 5.7
*/
-/*!
- \qmlsignal StateMachineLoader::sourceChanged()
- This signal is emitted when the user changes the source URL for the SCXML document.
-*/
-
-/*!
- \qmlsignal StateMachineLoader::stateMachineChanged()
-
- This signal is emitted when the stateMachine property changes. That is, when
- a new state machine is loaded or when the old one becomes invalid.
-*/
-
QScxmlStateMachineLoader::QScxmlStateMachineLoader(QObject *parent)
: QObject(parent)
, m_dataModel(Q_NULLPTR)
@@ -89,7 +77,8 @@ QT_PREPEND_NAMESPACE(QScxmlStateMachine) *QScxmlStateMachineLoader::stateMachine
/*!
\qmlproperty string StateMachineLoader::source
- The url of the SCXML document to load. Only synchronously accessible URLs are supported.
+ The URL of the SCXML document to load. Only synchronously accessible URLs
+ are supported.
*/
QUrl QScxmlStateMachineLoader::source()
{