summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverart.h
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-05-22 19:54:37 +0200
committerUwe Klotz <uklotz@mixxx.org>2020-06-05 13:25:18 +0200
commitadd4b1731eff61e0a4662f25e9469e02999dd8af (patch)
tree2d95c1677c190869736c855ce5c0d2dde0eaf9fd /src/widget/wcoverart.h
parent20f21438db93994ce4682caad4456075aab96425 (diff)
Add coverart_digest column and new cover image hashing
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 98b2ab32e9..57bc0e2e90 100644
--- a/src/widget/wcoverart.h
+++ b/src/widget/wcoverart.h
@@ -42,7 +42,7 @@ class WCoverArt : public QWidget, public WBaseWidget, public TrackDropTarget {
const QObject* pRequestor,
const CoverInfo& coverInfo,
const QPixmap& pixmap,
- quint16 requestedHash,
+ mixxx::cache_key_t requestedImageHash,
bool coverInfoUpdated);
void slotCoverInfoSelected(const CoverInfoRelative& coverInfo);
void slotReloadCoverArt();