Use const reference for AlbumCoverLoaderResult
This commit is contained in:
@@ -84,7 +84,7 @@ class RadioModel : public SimpleTreeModel<RadioItem> {
|
||||
QString SortText(QString text);
|
||||
|
||||
private slots:
|
||||
void AlbumCoverLoaded(const quint64 id, AlbumCoverLoaderResultPtr result);
|
||||
void AlbumCoverLoaded(const quint64 id, const AlbumCoverLoaderResult &result);
|
||||
|
||||
private:
|
||||
static const int kTreeIconSize;
|
||||
|
||||
Reference in New Issue
Block a user