mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 01:39:05 -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_channelId;
|
||||
|
||||
private slots:
|
||||
void channelSampleRateChanged();
|
||||
|
||||
private:
|
||||
DeviceAPI* m_deviceAPI;
|
||||
QThread *m_thread;
|
||||
|
@ -122,9 +122,6 @@ public:
|
||||
static const QString m_channelId;
|
||||
static const int udpBlockSize = 512; // UDP block size in number of bytes
|
||||
|
||||
public slots:
|
||||
void audioReadyRead();
|
||||
|
||||
private slots:
|
||||
void networkManagerFinished(QNetworkReply *reply);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user