mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
* Attempt to unbreak headless.
This commit is contained in:
@@ -73,7 +73,9 @@ private:
|
|||||||
QString m_name;
|
QString m_name;
|
||||||
artist_ptr m_artist;
|
artist_ptr m_artist;
|
||||||
QByteArray m_coverBuffer;
|
QByteArray m_coverBuffer;
|
||||||
|
#ifndef ENABLE_HEADLESS
|
||||||
mutable QPixmap* m_cover;
|
mutable QPixmap* m_cover;
|
||||||
|
#endif
|
||||||
bool m_infoLoaded;
|
bool m_infoLoaded;
|
||||||
mutable QString m_uuid;
|
mutable QString m_uuid;
|
||||||
|
|
||||||
|
@@ -72,7 +72,9 @@ private:
|
|||||||
QString m_name;
|
QString m_name;
|
||||||
QString m_sortname;
|
QString m_sortname;
|
||||||
QByteArray m_coverBuffer;
|
QByteArray m_coverBuffer;
|
||||||
|
#ifndef ENABLE_HEADLESS
|
||||||
mutable QPixmap* m_cover;
|
mutable QPixmap* m_cover;
|
||||||
|
#endif
|
||||||
bool m_infoLoaded;
|
bool m_infoLoaded;
|
||||||
mutable QString m_uuid;
|
mutable QString m_uuid;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user