1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Removed direct reference to the DeviceSourceAPI in the source GUIs

This commit is contained in:
f4exb
2017-10-30 00:45:23 +01:00
parent e520ef5aeb
commit da3e6dcdfb
46 changed files with 105 additions and 153 deletions
@@ -46,7 +46,7 @@ public:
HACKRF_IMGREJ_NB
} HackRFImgRejValue;
explicit HackRFInputGui(DeviceSourceAPI *deviceAPI, DeviceUISet *deviceUISet, QWidget* parent = 0);
explicit HackRFInputGui(DeviceUISet *deviceUISet, QWidget* parent = 0);
virtual ~HackRFInputGui();
virtual void destroy();
@@ -64,7 +64,6 @@ public:
private:
Ui::HackRFInputGui* ui;
DeviceSourceAPI* m_deviceAPI;
DeviceUISet* m_deviceUISet;
HackRFInputSettings m_settings;
bool m_forceSettings;