mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
REST API: config: use specialized ChannelWebAPIAdapter class similar to what has been done for devices
This commit is contained in:
@@ -19,8 +19,7 @@
|
||||
#include "udpsource.h"
|
||||
#include "udpsourcewebapiadapter.h"
|
||||
|
||||
UDPSourceWebAPIAdapter::UDPSourceWebAPIAdapter() :
|
||||
ChannelAPI(UDPSource::m_channelIdURI, ChannelAPI::StreamSingleSource)
|
||||
UDPSourceWebAPIAdapter::UDPSourceWebAPIAdapter()
|
||||
{}
|
||||
|
||||
UDPSourceWebAPIAdapter::~UDPSourceWebAPIAdapter()
|
||||
|
||||
Reference in New Issue
Block a user