Fix TryLoadPixmap and ShowCover
This commit is contained in:
@@ -105,7 +105,7 @@ class AlbumCoverChoiceController : public QWidget {
|
||||
|
||||
// Shows the cover of given song in it's original size.
|
||||
void ShowCover(const Song &song);
|
||||
void ShowCover(const Song &song, const QImage image);
|
||||
void ShowCover(const Song &song, const QImage &image);
|
||||
void ShowCover(const Song &song, const QPixmap &pixmap);
|
||||
|
||||
// Search for covers automatically
|
||||
|
||||
Reference in New Issue
Block a user