diff options
Diffstat (limited to 'src/corelib/statemachine/qactionstate.cpp')
-rw-r--r-- | src/corelib/statemachine/qactionstate.cpp | 2 |
1 files changed, 1 insertions, 1 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) |