mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Renamed sdrbase AudioInput to AudioInputDevice
This commit is contained in:
@@ -33,10 +33,8 @@
|
||||
#include "audioinput.h"
|
||||
#include "audioinputthread.h"
|
||||
|
||||
MESSAGE_CLASS_DEFINITION(AudioInputSource::AudioInput::MsgConfigureAudioInput, Message)
|
||||
MESSAGE_CLASS_DEFINITION(AudioInputSource::AudioInput::MsgStartStop, Message)
|
||||
|
||||
namespace AudioInputSource {
|
||||
MESSAGE_CLASS_DEFINITION(AudioInput::MsgConfigureAudioInput, Message)
|
||||
MESSAGE_CLASS_DEFINITION(AudioInput::MsgStartStop, Message)
|
||||
|
||||
AudioInput::AudioInput(DeviceAPI *deviceAPI) :
|
||||
m_deviceAPI(deviceAPI),
|
||||
@@ -521,5 +519,3 @@ void AudioInput::networkManagerFinished(QNetworkReply *reply)
|
||||
|
||||
reply->deleteLater();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user