diff main/PreferencesDialog.h @ 2457:a94b289f0b93 background-mode

Re-enable background mode switching, and make some fixes to it
author Chris Cannam
date Fri, 17 Jan 2020 13:51:22 +0000
parents 9fbaf30a09ab
children 2197ba438a3f
line wrap: on
line diff
--- a/main/PreferencesDialog.h	Wed Jan 15 14:04:39 2020 +0000
+++ b/main/PreferencesDialog.h	Fri Jan 17 13:51:22 2020 +0000
@@ -28,6 +28,7 @@
 class QTabWidget;
 class QComboBox;
 class PluginPathConfigurator;
+class ColourComboBox;
 
 class PreferencesDialog : public QDialog
 {
@@ -98,6 +99,7 @@
 
     QLineEdit *m_tempDirRootEdit;
 
+    ColourComboBox *m_overviewColourCombo;
     QComboBox *m_audioPlaybackDeviceCombo;
     QComboBox *m_audioRecordDeviceCombo;
     void rebuildDeviceCombos();