Removed obsolete signals causing unresolved references

This commit is contained in:
f4exb 2019-12-14 12:39:47 +01:00
parent 1831994972
commit 99e16cf0bc
2 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -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);