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:
parent
ce44b17544
commit
28f62d850d
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user