mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:09:52 +02:00
fix typo
This commit is contained in:
parent
bdfb82c072
commit
0de7628d48
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ void HifiAudioDeviceInfo::setIsDefault(bool isDefault) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void HifiAudioDeviceInfo::setDeviceName() {
|
void HifiAudioDeviceInfo::setDeviceName() {
|
||||||
if (isDefault) {
|
if (_isDefault) {
|
||||||
if (_mode == QAudio::Mode::AudioInput) {
|
if (_mode == QAudio::Mode::AudioInput) {
|
||||||
_deviceName = "Default microphone (recommended)";
|
_deviceName = "Default microphone (recommended)";
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue