summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverart.h
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2020-06-09 11:30:53 +0200
committerUwe Klotz <uklotz@mixxx.org>2020-06-09 14:02:13 +0200
commitbf5e5a2892e0f00556b81b5f4edc41d3157148ac (patch)
treebe3865cb4aea1bd89ff81a1cce66242cbca54b17 /src/widget/wcoverart.h
parent68dc1921b703d0e660e564e9489400c8c3ac0548 (diff)
Rename 'image hash' to 'cache key' for consistency
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 57bc0e2e90..06578fd393 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,
- mixxx::cache_key_t requestedImageHash,
+ mixxx::cache_key_t requestedCacheKey,
bool coverInfoUpdated);
void slotCoverInfoSelected(const CoverInfoRelative& coverInfo);
void slotReloadCoverArt();