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:
@@ -21,7 +21,7 @@
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "plugin/plugininstancegui.h"
|
||||
#include "device/devicegui.h"
|
||||
#include "util/messagequeue.h"
|
||||
|
||||
#include "hackrfoutput.h"
|
||||
@@ -35,7 +35,7 @@ namespace Ui {
|
||||
class HackRFOutputGui;
|
||||
}
|
||||
|
||||
class HackRFOutputGui : public QWidget, public PluginInstanceGUI {
|
||||
class HackRFOutputGui : public DeviceGUI {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user