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
@@ -163,7 +163,6 @@ UDPSourceGUI::UDPSourceGUI(PluginAPI* pluginAPI, DeviceUISet *deviceUISet, Baseb
UDPSourceGUI::~UDPSourceGUI()
{
delete m_udpSource; // TODO: check this: when the GUI closes it has to delete the modulator
delete ui;
}