mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 15:33:34 -04:00
Morph PluginInstanceGUI in DeviceGUI and single line inheritance from QWidget
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include "soapysdroutputgui.h"
|
||||
|
||||
SoapySDROutputGui::SoapySDROutputGui(DeviceUISet *deviceUISet, QWidget* parent) :
|
||||
QWidget(parent),
|
||||
DeviceGUI(parent),
|
||||
ui(new Ui::SoapySDROutputGui),
|
||||
m_deviceUISet(deviceUISet),
|
||||
m_forceSettings(true),
|
||||
|
||||
Reference in New Issue
Block a user