diff main/MainWindow.h @ 459:f8f74f1b5b4f toggle

Start in minimal mode option added in the Preferences/Appearance menu
author mathieub <mathieu.barthet@eecs.qmul.ac.uk>
date Mon, 04 Jul 2011 16:08:20 +0100
parents a94be56cf98f
children 33d0632255b5
line wrap: on
line diff
--- a/main/MainWindow.h	Mon Jul 04 13:06:02 2011 +0100
+++ b/main/MainWindow.h	Mon Jul 04 16:08:20 2011 +0100
@@ -76,6 +76,7 @@
 public slots:
     virtual void preferenceChanged(PropertyContainer::PropertyName);
     virtual bool commitData(bool mayAskUser);
+    virtual void toggleViewMode(); //to switch between minimal and full modes
 
 protected slots:
     virtual void openSession();
@@ -176,7 +177,7 @@
     virtual void keyReference();
     virtual void newerVersionAvailable(QString);
 
-    virtual void toggleViewMode(); //to switch between minimal and full modes
+    //virtual void toggleViewMode(); //to switch between minimal and full modes
 
 protected:
     Overview                *m_overview;