mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-09 01:14:58 -04:00
Morph PluginInstanceGUI in DeviceGUI and single line inheritance from QWidget
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "xtrxoutputgui.h"
|
||||
|
||||
XTRXOutputGUI::XTRXOutputGUI(DeviceUISet *deviceUISet, QWidget* parent) :
|
||||
QWidget(parent),
|
||||
DeviceGUI(parent),
|
||||
ui(new Ui::XTRXOutputGUI),
|
||||
m_deviceUISet(deviceUISet),
|
||||
m_settings(),
|
||||
|
||||
Reference in New Issue
Block a user