Change to const references, make search progress and status pass search id
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user