mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
GUI segregation: renamed PluginGUI interface to PluginInstanceUI
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
#ifndef INCLUDE_FCDPROGUI_H
|
||||
#define INCLUDE_FCDPROGUI_H
|
||||
|
||||
#include <plugin/plugininstanceui.h>
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "fcdproinput.h"
|
||||
#include "plugin/plugingui.h"
|
||||
|
||||
class DeviceSourceAPI;
|
||||
class FileRecord;
|
||||
@@ -31,7 +31,7 @@ namespace Ui {
|
||||
class FCDProGui;
|
||||
}
|
||||
|
||||
class FCDProGui : public QWidget, public PluginGUI {
|
||||
class FCDProGui : public QWidget, public PluginInstanceUI {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user