mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-24 00:11:43 +01:00
Remove an old connect() that has since been replaced by a closure connection
This commit is contained in:
parent
41f89904b6
commit
97c1d3c345
@ -57,7 +57,6 @@ void AcoustidClient::Start(int id, const QString& fingerprint, int duration_msec
|
||||
QNetworkRequest req(url);
|
||||
|
||||
QNetworkReply* reply = network_->get(req);
|
||||
connect(reply, SIGNAL(finished()), SLOT(RequestFinished()));
|
||||
NewClosure(reply, SIGNAL(finished()), this,
|
||||
SLOT(RequestFinished(QNetworkReply*, int)), reply, id);
|
||||
requests_[id] = reply;
|
||||
|
Loading…
Reference in New Issue
Block a user