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

Removed GLSpectrum getter from DeviceSourceAPI

This commit is contained in:
f4exb
2017-10-30 00:02:28 +01:00
parent e8fb70096c
commit e520ef5aeb
52 changed files with 249 additions and 94 deletions
@@ -28,6 +28,7 @@
#define HACKRF_MAX_DEVICE (32)
class DeviceSourceAPI;
class DeviceUISet;
namespace Ui {
class HackRFInputGui;
@@ -45,7 +46,7 @@ public:
HACKRF_IMGREJ_NB
} HackRFImgRejValue;
explicit HackRFInputGui(DeviceSourceAPI *deviceAPI, QWidget* parent = NULL);
explicit HackRFInputGui(DeviceSourceAPI *deviceAPI, DeviceUISet *deviceUISet, QWidget* parent = 0);
virtual ~HackRFInputGui();
virtual void destroy();
@@ -64,6 +65,7 @@ private:
Ui::HackRFInputGui* ui;
DeviceSourceAPI* m_deviceAPI;
DeviceUISet* m_deviceUISet;
HackRFInputSettings m_settings;
bool m_forceSettings;
QTimer m_updateTimer;