mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Reset PluginInstanceGUI to its original name
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
#ifndef INCLUDE_HACKRFINPUTGUI_H
|
||||
#define INCLUDE_HACKRFINPUTGUI_H
|
||||
|
||||
#include <plugin/plugininstancegui.h>
|
||||
#include <QTimer>
|
||||
#include <QWidget>
|
||||
|
||||
#include "plugin/plugininstanceui.h"
|
||||
#include "util/messagequeue.h"
|
||||
|
||||
#include "hackrfinput.h"
|
||||
@@ -33,7 +33,7 @@ namespace Ui {
|
||||
class HackRFInputGui;
|
||||
}
|
||||
|
||||
class HackRFInputGui : public QWidget, public PluginInstanceUI {
|
||||
class HackRFInputGui : public QWidget, public PluginInstanceGUI {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user