mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 00:14:49 -04:00
Fixed getURI method in channels and features
This commit is contained in:
@@ -20,10 +20,11 @@
|
||||
#include "util/uid.h"
|
||||
#include "channelapi.h"
|
||||
|
||||
ChannelAPI::ChannelAPI(const QString& name, StreamType streamType) :
|
||||
ChannelAPI::ChannelAPI(const QString& uri, StreamType streamType) :
|
||||
m_featuresSettingsFeedbackBlockCount(0),
|
||||
m_streamType(streamType),
|
||||
m_name(name),
|
||||
m_name(uri),
|
||||
m_uri(uri),
|
||||
m_indexInDeviceSet(-1),
|
||||
m_deviceSetIndex(0),
|
||||
m_deviceAPI(0),
|
||||
|
||||
Reference in New Issue
Block a user