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