1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 03:24:18 -04:00

Add GUI to device set outside plugin: applied to common plugins

This commit is contained in:
f4exb
2020-10-03 03:11:05 +02:00
parent 7a0f15acaf
commit 1b11363214
26 changed files with 0 additions and 26 deletions
@@ -223,7 +223,6 @@ FileSourceGUI::FileSourceGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, Bas
m_settings.setChannelMarker(&m_channelMarker);
m_deviceUISet->registerTxChannelInstance(FileSource::m_channelIdURI, this);
m_deviceUISet->addChannelMarker(&m_channelMarker);
m_deviceUISet->addRollupWidget(this);