1
0
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:
Christian Muehlhaeuser
2012-06-08 20:01:03 +02:00
parent 13945286ac
commit 1abe69079f

View File

@@ -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