summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverart.h
diff options
context:
space:
mode:
authorDaniel Schürmann <daschuer@mixxx.org>2014-09-07 16:52:57 +0200
committerDaniel Schürmann <daschuer@mixxx.org>2014-09-07 16:52:57 +0200
commit104e723d3c99a5c0928e9f913e1f3d5b31c68520 (patch)
treeecf554e5933908976e8030e9e035b018356fe032 /src/widget/wcoverart.h
parentdbc6eb9e58c1169c435a1a3bb13ebf4c7a933901 (diff)
Added cachedOnly flag to LoadCoverArtSignal
Diffstat (limited to 'src/widget/wcoverart.h')
-rw-r--r--src/widget/wcoverart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/wcoverart.h b/src/widget/wcoverart.h
index 8b27cf7486..f3c6b407a1 100644
--- a/src/widget/wcoverart.h
+++ b/src/widget/wcoverart.h
@@ -25,7 +25,7 @@ class WCoverArt : public QWidget, public WBaseWidget {
void slotEnableWidget(bool);
void slotLoadCoverArt(const QString& coverLocation,
const QString& md5Hash,
- int trackId);
+ int trackId, bool cachedOnly);
private slots:
void slotPixmapFound(int trackId, QPixmap pixmap);