summaryrefslogtreecommitdiffstats
path: root/src/widget/wcoverart.h
diff options
context:
space:
mode:
authorMarcos CARDINOT <mcardinot@gmail.com>2014-10-02 03:46:18 +0100
committerMarcos CARDINOT <mcardinot@gmail.com>2014-10-02 03:46:18 +0100
commit54468c7d32251416f63397b62272eab8791c3f52 (patch)
tree9691c7d836a86323a352ff4f0afe24256108ab22 /src/widget/wcoverart.h
parent33ab78cb8bb833c1086d80fd62bd04e5321fb74d (diff)
cosmetic fix - wcoverart - getting CoverCache instance only once.
Diffstat (limited to 'src/widget/wcoverart.h')
-rw-r--r--src/widget/wcoverart.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widget/wcoverart.h b/src/widget/wcoverart.h
index 79630df2c1..9ad16383df 100644
--- a/src/widget/wcoverart.h
+++ b/src/widget/wcoverart.h
@@ -41,6 +41,7 @@ class WCoverArt : public QWidget, public WBaseWidget {
private:
QPixmap scaledCoverArt(QPixmap normal);
+ CoverArtCache* m_pCoverCache;
const QPixmap m_defaultCover;
bool m_bEnableWidget;
WCoverArtMenu* m_pMenu;