mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Morph PluginInstanceGUI in DeviceGUI and single line inheritance from QWidget
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include <QWidget>
|
||||
#include <QNetworkRequest>
|
||||
|
||||
#include "plugin/plugininstancegui.h"
|
||||
#include "device/devicegui.h"
|
||||
#include "util/messagequeue.h"
|
||||
|
||||
#include "remoteinput.h"
|
||||
@@ -37,7 +37,7 @@ namespace Ui {
|
||||
class RemoteInputGui;
|
||||
}
|
||||
|
||||
class RemoteInputGui : public QWidget, public PluginInstanceGUI {
|
||||
class RemoteInputGui : public DeviceGUI {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user