comparison main/PreferencesDialog.h @ 1413:a89ca5ccb958 3.0-integration

Reopen the audio device directly when preference is changed
author Chris Cannam
date Mon, 12 Dec 2016 15:45:33 +0000
parents 558347e7e1ab
children a9c30afdbbfe
comparison
equal deleted inserted replaced
1410:f724d092be7b 1413:a89ca5ccb958
41 AnalysisTab, 41 AnalysisTab,
42 TemplateTab 42 TemplateTab
43 }; 43 };
44 void switchToTab(Tab tab); 44 void switchToTab(Tab tab);
45 45
46 signals:
47 void audioDeviceChanged();
48
46 public slots: 49 public slots:
47 void applicationClosing(bool quickly); 50 void applicationClosing(bool quickly);
48 51
49 protected slots: 52 protected slots:
50 void windowTypeChanged(WindowType type); 53 void windowTypeChanged(WindowType type);
120 bool m_showHMS; 123 bool m_showHMS;
121 int m_octaveSystem; 124 int m_octaveSystem;
122 int m_viewFontSize; 125 int m_viewFontSize;
123 bool m_showSplash; 126 bool m_showSplash;
124 127
128 bool m_audioDeviceChanged;
125 bool m_changesOnRestart; 129 bool m_changesOnRestart;
126 }; 130 };
127 131
128 #endif 132 #endif