1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-08 00:44:48 -04:00

Delete channel API from DeviceUISet. Update FeatureUISet

This commit is contained in:
f4exb
2020-10-04 19:07:42 +02:00
parent e9a32528d7
commit 6ebf4569bf
51 changed files with 138 additions and 193 deletions
@@ -465,7 +465,6 @@ PacketModGUI::PacketModGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, Baseb
PacketModGUI::~PacketModGUI()
{
delete m_packetMod; // TODO: check this: when the GUI closes it has to delete the modulator
delete ui;
}