mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 21:43:03 +02:00
removed extra spaces
This commit is contained in:
parent
81881acafc
commit
b10f2a86c2
1 changed files with 0 additions and 1 deletions
|
@ -395,7 +395,6 @@ void AudioDeviceList::onDevicesChanged(QAudio::Mode mode, const QList<HifiAudioD
|
||||||
if (_selectedDesktopDevice.isDefault() && _selectedDesktopDevice != oldDesktopDevice) {
|
if (_selectedDesktopDevice.isDefault() && _selectedDesktopDevice != oldDesktopDevice) {
|
||||||
emit selectedDevicePlugged(_selectedDesktopDevice, false);
|
emit selectedDevicePlugged(_selectedDesktopDevice, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AudioInputDeviceList::peakValuesAvailable() {
|
bool AudioInputDeviceList::peakValuesAvailable() {
|
||||||
|
|
Loading…
Reference in a new issue