1
0
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:
f4exb
2020-10-05 19:23:13 +02:00
parent 31bf99a619
commit 841a8fe242
136 changed files with 256 additions and 239 deletions
@@ -19,7 +19,7 @@
#ifndef PLUGINS_SAMPLESOURCE_XTRXINPUT_XTRXINPUTGUI_H_
#define PLUGINS_SAMPLESOURCE_XTRXINPUT_XTRXINPUTGUI_H_
#include <plugin/plugininstancegui.h>
#include <device/devicegui.h>
#include <QTimer>
#include <QWidget>
@@ -33,7 +33,7 @@ namespace Ui {
class XTRXInputGUI;
}
class XTRXInputGUI : public QWidget, public PluginInstanceGUI {
class XTRXInputGUI : public DeviceGUI {
Q_OBJECT
public: