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

@@ -52,8 +52,7 @@ class InternetSongsView : public QWidget {
void contextMenuEvent(QContextMenuEvent *e);
void GetSongs();
void AbortGetSongs();;
void SongsError(QString error);
void SongsFinished(SongList songs);
void SongsFinished(const SongList &songs, const QString &error);
private:
Application *app_;