mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
REST API: config: use specialized ChannelWebAPIAdapter class similar to what has been done for devices
This commit is contained in:
@@ -77,7 +77,7 @@ ChannelAPI* RemoteSourcePlugin::createTxChannelCS(DeviceAPI *deviceAPI) const
|
||||
return new RemoteSource(deviceAPI);
|
||||
}
|
||||
|
||||
ChannelAPI* RemoteSourcePlugin::createChannelWebAPIAdapter() const
|
||||
ChannelWebAPIAdapter* RemoteSourcePlugin::createChannelWebAPIAdapter() const
|
||||
{
|
||||
return new RemoteSourceWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user