Change double-click in cover manager to open fullsize cover

Fixes #612
This commit is contained in:
Jonas Kvinge
2020-12-07 17:23:08 +01:00
parent e1d50ce28f
commit 0a31a94ee8
2 changed files with 6 additions and 7 deletions

View File

@@ -151,7 +151,7 @@ class AlbumCoverManager : public QMainWindow {
void ShowCover();
// For adding albums to the playlist
void AlbumDoubleClicked(const QModelIndex &index);
void AlbumDoubleClicked(const QModelIndex &idx);
void AddSelectedToPlaylist();
void LoadSelectedToPlaylist();