1
0
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:
f4exb
2016-10-02 23:16:40 +02:00
parent 78513854ac
commit 7a535cc3b8
29 changed files with 54 additions and 144 deletions
+1 -1
View File
@@ -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);
}