The app is now fullscreen
[ghostsoverboard] / seaview.h
index e6e20ed..332cc90 100644 (file)
--- a/seaview.h
+++ b/seaview.h
@@ -33,9 +33,15 @@ public:
 
     virtual void mousePressEvent(QMouseEvent *event);
 
+    bool event(QEvent *event);
+
 signals:
 
-    void pauseChanged();
+    void screenTapped();
+
+    void goingBackgroung();
+
+    void goingForeground();
 
 public slots: