summaryrefslogtreecommitdiffstats
path: root/examples/animation/sub-attaq/qanimationstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/sub-attaq/qanimationstate.h')
-rw-r--r--examples/animation/sub-attaq/qanimationstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/animation/sub-attaq/qanimationstate.h b/examples/animation/sub-attaq/qanimationstate.h
index ddf5681..88c0a6d 100644
--- a/examples/animation/sub-attaq/qanimationstate.h
+++ b/examples/animation/sub-attaq/qanimationstate.h
@@ -74,8 +74,8 @@ Q_SIGNALS:
void animationFinished();
protected:
- void onEntry();
- void onExit();
+ void onEntry(QEvent *);
+ void onExit(QEvent *);
bool event(QEvent *e);
private: