1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Removed handleMessage virtual method from PluginInstanceGUI

This commit is contained in:
f4exb
2020-10-03 19:51:14 +02:00
parent d085b4eb7d
commit d3d506a5ae
58 changed files with 57 additions and 60 deletions
+1 -2
View File
@@ -296,8 +296,6 @@ public:
virtual void setCenterFrequency(qint64 centerFrequency);
quint64 getStartingTimeStamp() const;
virtual bool handleMessage(const Message& message);
virtual int webapiSettingsGet(
SWGSDRangel::SWGDeviceSettings& response,
QString& errorMessage);
@@ -356,6 +354,7 @@ public:
void webapiFormatDeviceReport(SWGSDRangel::SWGDeviceReport& response);
void webapiReverseSendSettings(QList<QString>& deviceSettingsKeys, const FileInputSettings& settings, bool force);
void webapiReverseSendStartStop(bool start);
bool handleMessage(const Message& message);
private slots:
void networkManagerFinished(QNetworkReply *reply);