summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wcoverart.h')
-rw-r--r--src/widget/wcoverart.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widget/wcoverart.h b/src/widget/wcoverart.h
index af348d3d26..e4cdf2f91c 100644
--- a/src/widget/wcoverart.h
+++ b/src/widget/wcoverart.h
@@ -36,8 +36,8 @@ class WCoverArt : public QWidget, public WBaseWidget {
private slots:
void slotCoverFound(const QObject* pRequestor,
- const CoverInfo& info, QPixmap pixmap, bool fromCache);
- void slotCoverInfoSelected(const CoverInfo& coverInfo);
+ const CoverInfoRelative& info, QPixmap pixmap, bool fromCache);
+ void slotCoverInfoSelected(const CoverInfoRelative& coverInfo);
void slotReloadCoverArt();
void slotTrackCoverArtUpdated();