summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverartlabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wcoverartlabel.h')
-rw-r--r--src/widget/wcoverartlabel.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/widget/wcoverartlabel.h b/src/widget/wcoverartlabel.h
index 82e7f2e20a..ac1f062f2b 100644
--- a/src/widget/wcoverartlabel.h
+++ b/src/widget/wcoverartlabel.h
@@ -15,12 +15,10 @@ class WCoverArtLabel : public QLabel {
WCoverArtLabel(QWidget* parent = 0);
virtual ~WCoverArtLabel();
- void setCoverArt(TrackPointer track, CoverInfo info, QPixmap px);
+ void setCoverArt(TrackPointer pTrack, const CoverInfo& info, QPixmap px);
signals:
- void coverLocationUpdated(const QString& newLocation,
- const QString& oldLocation,
- QPixmap newCover);
+ void coverArtSelected(const CoverArt& art);
protected:
void leaveEvent(QEvent*);