diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-04-17 19:14:30 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-04-17 19:14:30 (GMT) |
commit | 86dd690e4d33c152f031bcbf4b1cecd0e6369928 (patch) | |
tree | 2ef573f6fd2c06f73bfd6c35f0adff19056ee88f /src/corelib/statemachine | |
parent | 2225655d13d027377f7775c7b1070ea220896973 (diff) | |
download | Qt-86dd690e4d33c152f031bcbf4b1cecd0e6369928.zip Qt-86dd690e4d33c152f031bcbf4b1cecd0e6369928.tar.gz Qt-86dd690e4d33c152f031bcbf4b1cecd0e6369928.tar.bz2 |
doc
Diffstat (limited to 'src/corelib/statemachine')
-rw-r--r-- | src/corelib/statemachine/qactionstate.cpp | 2 | ||||
-rw-r--r-- | src/corelib/statemachine/qtransition.cpp | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/corelib/statemachine/qactionstate.cpp b/src/corelib/statemachine/qactionstate.cpp index 77fd036..7f44994 100644 --- a/src/corelib/statemachine/qactionstate.cpp +++ b/src/corelib/statemachine/qactionstate.cpp @@ -151,7 +151,7 @@ QActionState::~QActionState() create a QStateInvokeMethodAction object and add it to the entry actions of the state. - \sa invokeMethodOnExit(), setPropertyOnEntry(), addEntryAction() + \sa invokeMethodOnExit(), addEntryAction() */ void QActionState::invokeMethodOnEntry(QObject *object, const char *method, const QList<QVariant> &arguments) diff --git a/src/corelib/statemachine/qtransition.cpp b/src/corelib/statemachine/qtransition.cpp index 3becc3a..debfd21 100644 --- a/src/corelib/statemachine/qtransition.cpp +++ b/src/corelib/statemachine/qtransition.cpp @@ -157,8 +157,6 @@ QTransition::~QTransition() object with the given \a arguments when the transition is taken. This function will create a QStateInvokeMethodAction object and add it to the actions of the transition. - - \sa setPropertyOnTransition() */ void QTransition::invokeMethodOnTransition(QObject *object, const char *method, const QList<QVariant> &arguments) |