mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 00:14:49 -04:00
Morph PluginInstanceGUI in DeviceGUI and single line inheritance from QWidget
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#include "dsp/dspcommands.h"
|
||||
|
||||
AirspyGui::AirspyGui(DeviceUISet *deviceUISet, QWidget* parent) :
|
||||
QWidget(parent),
|
||||
DeviceGUI(parent),
|
||||
ui(new Ui::AirspyGui),
|
||||
m_deviceUISet(deviceUISet),
|
||||
m_doApplySettings(true),
|
||||
|
||||
Reference in New Issue
Block a user