Change to const references, make search progress and status pass search id

This commit is contained in:
Jonas Kvinge
2019-06-20 16:33:28 +02:00
parent 9d222e2c57
commit bf4001968e
22 changed files with 499 additions and 482 deletions

View File

@@ -90,8 +90,7 @@ class SubsonicService : public InternetService {
private slots:
void HandlePingReply(QNetworkReply *reply);
void SongsResultsReceived(SongList songs);
void SongsErrorReceived(QString error);
void SongsResultsReceived(const SongList &songs, const QString &error);
private:
typedef QPair<QString, QString> Param;