mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Separate construction/destruction for the source input plugin core and the GUI
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
|
||||
explicit HackRFInputGui(DeviceSourceAPI *deviceAPI, QWidget* parent = NULL);
|
||||
virtual ~HackRFInputGui();
|
||||
void destroy();
|
||||
virtual void destroy();
|
||||
|
||||
void setName(const QString& name);
|
||||
QString getName() const;
|
||||
|
||||
Reference in New Issue
Block a user