summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qactionstate.cpp
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-04-17 19:14:30 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-04-17 19:14:30 (GMT)
commit86dd690e4d33c152f031bcbf4b1cecd0e6369928 (patch)
tree2ef573f6fd2c06f73bfd6c35f0adff19056ee88f /src/corelib/statemachine/qactionstate.cpp
parent2225655d13d027377f7775c7b1070ea220896973 (diff)
downloadQt-86dd690e4d33c152f031bcbf4b1cecd0e6369928.zip
Qt-86dd690e4d33c152f031bcbf4b1cecd0e6369928.tar.gz
Qt-86dd690e4d33c152f031bcbf4b1cecd0e6369928.tar.bz2
doc
Diffstat (limited to 'src/corelib/statemachine/qactionstate.cpp')
-rw-r--r--src/corelib/statemachine/qactionstate.cpp2
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)