mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Fixed Query for headless.
This commit is contained in:
@@ -776,7 +776,6 @@ Query::cover( const QSize& size, bool forceLoad ) const
|
|||||||
|
|
||||||
return QPixmap();
|
return QPixmap();
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
@@ -791,6 +790,8 @@ Query::coverLoaded() const
|
|||||||
return m_artistPtr->coverLoaded();
|
return m_artistPtr->coverLoaded();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
QList<Tomahawk::query_ptr>
|
QList<Tomahawk::query_ptr>
|
||||||
Query::similarTracks() const
|
Query::similarTracks() const
|
||||||
|
Reference in New Issue
Block a user