1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-26 23:06:34 -04:00

FileSource: removed unwanted reference to handleData()

This commit is contained in:
f4exb 2019-07-10 22:22:22 +02:00
parent acb5e94c40
commit 53867b73f9

View File

@ -429,7 +429,6 @@ private:
private slots:
void networkManagerFinished(QNetworkReply *reply);
void handleData();
};
#endif // PLUGINS_CHANNELTX_FILESOURCE_FILESOURCE_H_