Mercurial > hg > sonic-visualiser
diff main/PreferencesDialog.h @ 909:d0b89689f2b4
Update and merge
author | Chris Cannam |
---|---|
date | Thu, 26 Feb 2015 09:44:08 +0000 |
parents | fbd2534d17f8 |
children | a16456ca5e71 |
line wrap: on
line diff
--- a/main/PreferencesDialog.h Thu Feb 26 09:43:12 2015 +0000 +++ b/main/PreferencesDialog.h Thu Feb 26 09:44:08 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;