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