mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-17 13:19:25 -04:00
Moved device and feature sets add and remove signals where appropriate. Improves #1139
This commit is contained in:
@@ -151,6 +151,11 @@ void DeviceUISet::deleteChannel(int channelIndex)
|
||||
m_deviceSet->removeChannelInstanceAt(channelIndex);
|
||||
}
|
||||
|
||||
ChannelAPI *DeviceUISet::getChannelAt(int channelIndex)
|
||||
{
|
||||
return m_deviceSet->getChannelAt(channelIndex);
|
||||
}
|
||||
|
||||
void DeviceUISet::loadRxChannelSettings(const Preset *preset, PluginAPI *pluginAPI)
|
||||
{
|
||||
if (preset->isSourcePreset())
|
||||
|
||||
Reference in New Issue
Block a user