mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 10:18:50 -04:00
Notify user when enumerating audio devices
This commit is contained in:
@@ -2806,6 +2806,7 @@ void Configuration::impl::load_audio_devices (QAudio::Mode mode, QComboBox * com
|
||||
|
||||
combo_box->clear ();
|
||||
|
||||
Q_EMIT self_->enumerating_audio_devices ();
|
||||
int current_index = -1;
|
||||
auto const& devices = QAudioDeviceInfo::availableDevices (mode);
|
||||
Q_FOREACH (auto const& p, devices)
|
||||
|
||||
Reference in New Issue
Block a user