summaryrefslogtreecommitdiffstats
path: root/src/corelib/statemachine/qfinalstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/statemachine/qfinalstate.h')
-rw-r--r--src/corelib/statemachine/qfinalstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/statemachine/qfinalstate.h b/src/corelib/statemachine/qfinalstate.h
index 726a399..eb8aa0f 100644
--- a/src/corelib/statemachine/qfinalstate.h
+++ b/src/corelib/statemachine/qfinalstate.h
@@ -63,8 +63,8 @@ public:
~QFinalState();
protected:
- void onEntry();
- void onExit();
+ void onEntry(QEvent *event);
+ void onExit(QEvent *event);
bool event(QEvent *e);