summaryrefslogtreecommitdiffstats
path: root/src/library/coverart.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/coverart.h')
-rw-r--r--src/library/coverart.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/library/coverart.h b/src/library/coverart.h
index ac5fb262ee..9a79ecc344 100644
--- a/src/library/coverart.h
+++ b/src/library/coverart.h
@@ -4,6 +4,8 @@
#include <QString>
#include <QtDebug>
+#include "util/sandbox.h"
+
class CoverImageUtils {
public:
static quint16 calculateHash(
@@ -76,6 +78,9 @@ class CoverInfo : public CoverInfoRelative {
CoverInfo(CoverInfo&&) = default;
CoverInfo& operator=(CoverInfo&&) = default;
+ QImage loadImage(
+ const SecurityTokenPointer& pTrackLocationToken = SecurityTokenPointer()) const;
+
QString trackLocation;
};