turn off fullscreen exit button for now
authorSerge Ziryukin <ftrvxmtrx@gmail.com>
Tue, 13 Apr 2010 12:34:56 +0000 (15:34 +0300)
committerSerge Ziryukin <ftrvxmtrx@gmail.com>
Tue, 13 Apr 2010 12:34:56 +0000 (15:34 +0300)
colorflood/src/CMakeLists.txt
colorflood/src/window.cpp

index 181f65e..265ea9f 100644 (file)
@@ -21,7 +21,7 @@ set(src
 set(moc
   colorbuttons.hpp
   field.hpp
-  fullscreenexitbutton.hpp
+  #fullscreenexitbutton.hpp
   window.hpp
   )
 
index d76ec4a..99fa9cc 100644 (file)
@@ -27,7 +27,7 @@ Window::Window ()
 
     setWindowState(windowState() | Qt::WindowFullScreen);
 
-    new FullScreenExitButton(this);
+    //new FullScreenExitButton(this);
 
     int turns;
     field = new Field(this, &turns);