summaryrefslogtreecommitdiffstats
path: root/src/library/coverart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/coverart.cpp')
-rw-r--r--src/library/coverart.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/library/coverart.cpp b/src/library/coverart.cpp
index 459c77eca1..ed97363941 100644
--- a/src/library/coverart.cpp
+++ b/src/library/coverart.cpp
@@ -1,6 +1,7 @@
#include <QtDebug>
#include "library/coverart.h"
+#include "library/coverartutils.h"
#include "util/debug.h"
QString sourceToString(CoverInfo::Source source) {
@@ -41,3 +42,6 @@ QDebug operator<<(QDebug dbg, const CoverArt& art) {
.arg(toDebugString(art.image.size()),
toDebugString(art.info));
}
+
+const quint16 CoverInfo::kNullImageHash = CoverArtUtils::calculateHash(QImage());
+