diff main/PreferencesDialog.h @ 913:3c88bf74959d cxx11

Merge from default branch
author Chris Cannam
date Tue, 03 Mar 2015 09:33:59 +0000
parents fbd2534d17f8
children a16456ca5e71
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Mon Feb 09 10:31:07 2015 +0000
+++ b/main/PreferencesDialog.h	Tue Mar 03 09:33:59 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;