Add GUI to device set outside plugin: applied to LoRa demod

This commit is contained in:
f4exb 2020-10-03 04:50:23 +02:00
parent 1b11363214
commit c9d372f1c9
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ LoRaDemodGUI::LoRaDemodGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, Baseb
connect(&m_channelMarker, SIGNAL(changedByCursor()), this, SLOT(viewChanged()));
m_deviceUISet->registerRxChannelInstance(LoRaDemod::m_channelIdURI, this);
m_deviceUISet->addChannelMarker(&m_channelMarker);
m_deviceUISet->addRollupWidget(this);