diff main/PreferencesDialog.h @ 466:33d0632255b5 integration_library

Merge with the Kiosk branch
author mathieub <mathieu.barthet@eecs.qmul.ac.uk>
date Mon, 25 Jul 2011 21:04:31 +0100
parents 6d827453657f f8f74f1b5b4f
children
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Mon Jul 25 19:38:50 2011 +0100
+++ b/main/PreferencesDialog.h	Mon Jul 25 21:04:31 2011 +0100
@@ -61,6 +61,8 @@
     void showSplashChanged(int state);
     void defaultTemplateChanged(int);
 
+    void startInMiniModeChanged(int state);
+
     void tempDirButtonClicked();
 
     void okClicked();
@@ -93,6 +95,8 @@
     int m_viewFontSize;
     bool m_showSplash;
 
+    bool m_startInMiniMode;
+
     bool m_changesOnRestart;
 };