Dont use reference in AlbumSongsReplyReceived
This commit is contained in:
@@ -68,7 +68,7 @@ class SubsonicRequest : public SubsonicBaseRequest {
|
||||
|
||||
private slots:
|
||||
void AlbumsReplyReceived(QNetworkReply *reply, const int offset_requested);
|
||||
void AlbumSongsReplyReceived(QNetworkReply *reply, const QString &artist_id, const QString &album_id, const QString &album_artist);
|
||||
void AlbumSongsReplyReceived(QNetworkReply *reply, const QString artist_id, const QString album_id, const QString album_artist);
|
||||
void AlbumCoverReceived(QNetworkReply *reply, const QString album_id, const QUrl url, const QString filename);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user