The levels are now stored in the Levelset class
[ghostsoverboard] / seaview.cpp
index 2bda140..8b51b88 100644 (file)
@@ -42,7 +42,8 @@ SeaView::SeaView(QWidget *parent) :
     connect(this,SIGNAL(goingBackgroung()),pScene_,SLOT(forcePause()));
     connect(this,SIGNAL(goingForeground()),pScene_,SLOT(softContinue()));
 
-    connect(pScene_,SIGNAL(minimizeRequested()),this,SLOT(showMinimized()));
+    connect(pScene_,SIGNAL(minimizeRequested()),this,SLOT(showNormal()));
+    connect(pScene_,SIGNAL(fullscreenRequested()),this,SLOT(showFullScreen()));
 
     showFullScreen();
 
@@ -116,3 +117,4 @@ void SeaView::initializeBoundaries()
 
     pScene_->restartLevel();
 }
+