diff main/PreferencesDialog.h @ 337:a3b2cba73143

* Add time display format preference
author Chris Cannam
date Fri, 25 Sep 2009 12:02:22 +0000
parents 15ce557e1bf8
children 6d827453657f f8f74f1b5b4f
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Fri Sep 25 10:22:36 2009 +0000
+++ b/main/PreferencesDialog.h	Fri Sep 25 12:02:22 2009 +0000
@@ -46,6 +46,7 @@
     void resampleOnLoadChanged(int state);
     void tempDirRootChanged(QString root);
     void backgroundModeChanged(int mode);
+    void timeToTextModeChanged(int mode);
     void viewFontSizeChanged(int sz);
     void showSplashChanged(int state);
 
@@ -71,6 +72,7 @@
     bool m_resampleOnLoad;
     QString m_tempDirRoot;
     int m_backgroundMode;
+    int m_timeToTextMode;
     int m_viewFontSize;
     bool m_showSplash;