Merge pull request #14285 from sepalani/logitech-cubeb-fix

LogitechMicWindow: Fix compilation when cubeb is disabled
This commit is contained in:
JMC47 2026-01-16 17:28:11 -05:00 committed by GitHub
commit 9ec1d70f51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -114,7 +114,7 @@ void LogitechMicWindow::CreateMicrophoneConfigurationGroup(QVBoxLayout* main_lay
m_mic_device_comboboxes[index] = new QComboBox();
#ifndef HAVE_CUBEB
m_combobox_microphone[index]->addItem(
m_mic_device_comboboxes[index]->addItem(
QLatin1String("(%1)").arg(tr("Audio backend unsupported")), QString{});
#else
m_mic_device_comboboxes[index]->addItem(