The app is now fullscreen
[ghostsoverboard] / seaview.h
index 06a67e4..332cc90 100644 (file)
--- a/seaview.h
+++ b/seaview.h
@@ -31,8 +31,18 @@ class SeaView : public QGraphicsView
 public:
     explicit SeaView(QWidget *parent = 0);
 
+    virtual void mousePressEvent(QMouseEvent *event);
+
+    bool event(QEvent *event);
+
 signals:
 
+    void screenTapped();
+
+    void goingBackgroung();
+
+    void goingForeground();
+
 public slots:
 
 };