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

Reverse API: network reply error message enhancement. Added Q_OBJECT to test source and RTL-SDR input definitions to handle network reply correctly.

This commit is contained in:
f4exb
2018-12-18 06:14:18 +01:00
parent 35538ab9c1
commit 1dc8ca3a98
5 changed files with 65 additions and 19 deletions
@@ -32,6 +32,7 @@ class QNetworkAccessManager;
class QNetworkReply;
class TestSourceInput : public DeviceSampleSource {
Q_OBJECT
public:
class MsgConfigureTestSource : public Message {
MESSAGE_CLASS_DECLARATION