diff options
author | Alexis Menard <alexis.menard@trolltech.com> | 2009-09-01 14:25:49 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@trolltech.com> | 2009-09-01 14:26:46 (GMT) |
commit | 9f59fb741183e1235b2a385b0e688e4a7f4b15c9 (patch) | |
tree | 17dd583116acc5ee5ff28914713e063204558e9b /demos/sub-attaq/states.h | |
parent | 45b3c4c151ad5c4d7361aa331bb4184bbed23681 (diff) | |
download | Qt-9f59fb741183e1235b2a385b0e688e4a7f4b15c9.zip Qt-9f59fb741183e1235b2a385b0e688e4a7f4b15c9.tar.gz Qt-9f59fb741183e1235b2a385b0e688e4a7f4b15c9.tar.bz2 |
Make sub-attaq working without the popup which make it working on
Mac.
Diffstat (limited to 'demos/sub-attaq/states.h')
-rw-r--r-- | demos/sub-attaq/states.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/sub-attaq/states.h b/demos/sub-attaq/states.h index 7635c0c..3176571 100644 --- a/demos/sub-attaq/states.h +++ b/demos/sub-attaq/states.h @@ -113,6 +113,7 @@ public: protected: void onEntry(QEvent *); + void onExit(QEvent *); private : GraphicsScene *scene; PlayState *game; @@ -125,6 +126,7 @@ public: protected: void onEntry(QEvent *); + void onExit(QEvent *); private : GraphicsScene *scene; PlayState *game; |