mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Update plugins to compile with Qt5 and Qt6
This commit is contained in:
@@ -95,7 +95,7 @@ bool AudioInput::openDevice()
|
||||
bool AudioInput::openAudioDevice(QString deviceName, qint32 sampleRate)
|
||||
{
|
||||
AudioDeviceManager *audioDeviceManager = DSPEngine::instance()->getAudioDeviceManager();
|
||||
const QList<QAudioDeviceInfo>& audioList = audioDeviceManager->getInputDevices();
|
||||
const QList<AudioDeviceInfo>& audioList = audioDeviceManager->getInputDevices();
|
||||
|
||||
for (const auto &itAudio : audioList)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user