Notify user when enumerating audio devices

This commit is contained in:
Bill Somerville
2020-09-13 17:12:11 +01:00
parent 617d4eaa7f
commit 5014c62bfa
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -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)