Fix parameter name mismatch

This commit is contained in:
Jonas Kvinge
2021-06-22 13:56:27 +02:00
parent 584f5e5935
commit 6bf3c34fe5
7 changed files with 9 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ class InternetSearchView : public QWidget {
void Init(Application *app, InternetService *service);
void LazyLoadAlbumCover(const QModelIndex &idx);
void LazyLoadAlbumCover(const QModelIndex &proxy_index);
protected:
struct PendingState {