diff main/PreferencesDialog.h @ 906:fbd2534d17f8

Add option to toggle H:M:S time display (when off, just show seconds even when more than 60)
author Chris Cannam
date Wed, 18 Feb 2015 12:08:17 +0000
parents c7945dad2f49
children a16456ca5e71
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Fri Feb 13 13:30:37 2015 +0000
+++ b/main/PreferencesDialog.h	Wed Feb 18 12:08:17 2015 +0000
@@ -57,6 +57,7 @@
     void tempDirRootChanged(QString root);
     void backgroundModeChanged(int mode);
     void timeToTextModeChanged(int mode);
+    void showHMSChanged(int state);
     void octaveSystemChanged(int system);
     void viewFontSizeChanged(int sz);
     void showSplashChanged(int state);
@@ -97,6 +98,7 @@
     QString m_tempDirRoot;
     int m_backgroundMode;
     int m_timeToTextMode;
+    bool m_showHMS;
     int m_octaveSystem;
     int m_viewFontSize;
     bool m_showSplash;