mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-25 11:34:09 -04:00
RxTx semantic move: renamed SampleSource to DeviceSampleSource
This commit is contained in:
@@ -62,7 +62,7 @@ void DeviceAPI::removeThreadedSink(ThreadedSampleSink* sink)
|
||||
m_deviceEngine->removeThreadedSink(sink);
|
||||
}
|
||||
|
||||
void DeviceAPI::setSource(SampleSource* source)
|
||||
void DeviceAPI::setSource(DeviceSampleSource* source)
|
||||
{
|
||||
m_deviceEngine->setSource(source);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user