X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=mainwindow.h;h=c9bf8026bdc169e6b3a9b03d37d2af7afa678e98;hb=6eaae217ae97f15f57bf0425efd13b375a1bc8c0;hp=c8b0e11ee96933095671d15f2ad8679ea1c0fca1;hpb=86f34fc32149646c3e6fb0dad1f437eac203f030;p=ghostsoverboard diff --git a/mainwindow.h b/mainwindow.h index c8b0e11..c9bf802 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -6,6 +6,7 @@ #include "orientationcontrolledgraphicspixmapobject.h" #include "seascene.h" + class MainWindow : public QMainWindow { Q_OBJECT @@ -14,6 +15,8 @@ public: MainWindow(QWidget *parent = 0); ~MainWindow(); + bool event(QEvent *event); + public slots: void initializeBoundaries(); void restartLevel(); @@ -25,9 +28,7 @@ private: SeaScene * pScene_; QGraphicsView * pView_; - - - +QAction* pPauseAction_; };