1
0
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:
f4exb
2020-11-22 19:29:27 +01:00
parent 82973a4deb
commit 89a901e383
38 changed files with 12 additions and 41 deletions
+3 -2
View File
@@ -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),