From ab5ca688d090a2f92472c8adffbcfbb308480fcd Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Fri, 17 Mar 2017 16:47:29 +0100 Subject: Doc: Remove docs for property changed signals The convention is not to document them. Change-Id: I9d133e05a4d2b15b47bfb3ce06b07c661534a17c Reviewed-by: Ulf Hermann --- src/imports/scxmlstatemachine/statemachineloader.cpp | 15 ++------------- 1 file 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() { -- cgit v1.2.3