mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 23:45:00 -04:00
Removed handleMessage virtual method from PluginInstanceGUI
This commit is contained in:
@@ -44,7 +44,6 @@ public:
|
||||
QByteArray serialize() const;
|
||||
bool deserialize(const QByteArray& data);
|
||||
virtual MessageQueue *getInputMessageQueue() { return &m_inputMessageQueue; }
|
||||
virtual bool handleMessage(const Message& message);
|
||||
|
||||
private:
|
||||
Ui::RigCtlServerGUI* ui;
|
||||
@@ -66,6 +65,7 @@ private:
|
||||
void displaySettings();
|
||||
void updateDeviceSetList();
|
||||
bool updateChannelList(); //!< true if channel index has changed
|
||||
bool handleMessage(const Message& message);
|
||||
|
||||
void leaveEvent(QEvent*);
|
||||
void enterEvent(QEvent*);
|
||||
|
||||
Reference in New Issue
Block a user