1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

* Attempt to unbreak headless.

This commit is contained in:
Christian Muehlhaeuser 2012-03-16 20:14:11 +01:00
parent ce44b17544
commit 28f62d850d
2 changed files with 4 additions and 0 deletions

View File

@ -73,7 +73,9 @@ private:
QString m_name;
artist_ptr m_artist;
QByteArray m_coverBuffer;
#ifndef ENABLE_HEADLESS
mutable QPixmap* m_cover;
#endif
bool m_infoLoaded;
mutable QString m_uuid;

View File

@ -72,7 +72,9 @@ private:
QString m_name;
QString m_sortname;
QByteArray m_coverBuffer;
#ifndef ENABLE_HEADLESS
mutable QPixmap* m_cover;
#endif
bool m_infoLoaded;
mutable QString m_uuid;