diff main/MainWindow.h @ 492:ab3bcd06b5c2 fullscreen

Make the full-screen mode come up correctly (though not on demand!) and slot back in to the window when Esc is pressed
author Chris Cannam
date Fri, 20 Jan 2012 17:08:47 +0000
parents c11a29843fe1
children 238a97d2a8f4
line wrap: on
line diff
--- a/main/MainWindow.h	Thu Jan 19 15:40:03 2012 +0000
+++ b/main/MainWindow.h	Fri Jan 20 17:08:47 2012 +0000
@@ -79,6 +79,7 @@
     virtual bool commitData(bool mayAskUser);
 
     void goFullScreen();
+    void endFullScreen();
 
 protected slots:
     virtual void openSession();