mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -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 "filesource.h"
|
||||
#include "filesourcewebapiadapter.h"
|
||||
|
||||
FileSourceWebAPIAdapter::FileSourceWebAPIAdapter() :
|
||||
ChannelAPI(FileSource::m_channelIdURI, ChannelAPI::StreamSingleSource)
|
||||
FileSourceWebAPIAdapter::FileSourceWebAPIAdapter()
|
||||
{}
|
||||
|
||||
FileSourceWebAPIAdapter::~FileSourceWebAPIAdapter()
|
||||
|
||||
Reference in New Issue
Block a user