1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-19 22:28:35 -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 aa3d5eddb0
commit 28ab2a4bf0
26 changed files with 0 additions and 26 deletions
@@ -467,7 +467,6 @@ PacketModGUI::PacketModGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, Baseb
m_channelMarker.blockSignals(false);
m_channelMarker.setVisible(true); // activate signal on the last setting only
m_deviceUISet->registerTxChannelInstance(PacketMod::m_channelIdURI, this);
m_deviceUISet->addChannelMarker(&m_channelMarker);
m_deviceUISet->addRollupWidget(this);