mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-26 01:56:34 -05:00
LogitechMicWindow: Fix compilation when cubeb is disabled
This commit is contained in:
parent
c7e063bc71
commit
faa977f5ee
|
|
@ -114,7 +114,7 @@ void LogitechMicWindow::CreateMicrophoneConfigurationGroup(QVBoxLayout* main_lay
|
||||||
|
|
||||||
m_mic_device_comboboxes[index] = new QComboBox();
|
m_mic_device_comboboxes[index] = new QComboBox();
|
||||||
#ifndef HAVE_CUBEB
|
#ifndef HAVE_CUBEB
|
||||||
m_combobox_microphone[index]->addItem(
|
m_mic_device_comboboxes[index]->addItem(
|
||||||
QLatin1String("(%1)").arg(tr("Audio backend unsupported")), QString{});
|
QLatin1String("(%1)").arg(tr("Audio backend unsupported")), QString{});
|
||||||
#else
|
#else
|
||||||
m_mic_device_comboboxes[index]->addItem(
|
m_mic_device_comboboxes[index]->addItem(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user