mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 23:14:47 -04:00
GUI segregation: renamed PluginGUI interface to PluginInstanceUI
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
#ifndef INCLUDE_HACKRFOUTPUTGUI_H
|
||||
#define INCLUDE_HACKRFOUTPUTGUI_H
|
||||
|
||||
#include <plugin/plugininstanceui.h>
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "plugin/plugingui.h"
|
||||
#include "hackrfoutput.h"
|
||||
|
||||
#define HACKRF_MAX_DEVICE (32)
|
||||
@@ -32,7 +32,7 @@ namespace Ui {
|
||||
class HackRFOutputGui;
|
||||
}
|
||||
|
||||
class HackRFOutputGui : public QWidget, public PluginGUI {
|
||||
class HackRFOutputGui : public QWidget, public PluginInstanceUI {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user