mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-04 16:01:14 -05:00
Removed obsolete signals causing unresolved references
This commit is contained in:
parent
1831994972
commit
99e16cf0bc
@ -95,9 +95,6 @@ public:
|
|||||||
static const QString m_channelIdURI;
|
static const QString m_channelIdURI;
|
||||||
static const QString m_channelId;
|
static const QString m_channelId;
|
||||||
|
|
||||||
private slots:
|
|
||||||
void channelSampleRateChanged();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
DeviceAPI* m_deviceAPI;
|
DeviceAPI* m_deviceAPI;
|
||||||
QThread *m_thread;
|
QThread *m_thread;
|
||||||
|
@ -122,9 +122,6 @@ public:
|
|||||||
static const QString m_channelId;
|
static const QString m_channelId;
|
||||||
static const int udpBlockSize = 512; // UDP block size in number of bytes
|
static const int udpBlockSize = 512; // UDP block size in number of bytes
|
||||||
|
|
||||||
public slots:
|
|
||||||
void audioReadyRead();
|
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void networkManagerFinished(QNetworkReply *reply);
|
void networkManagerFinished(QNetworkReply *reply);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user