1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01: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();
}
#endif
bool
@ -791,6 +790,8 @@ Query::coverLoaded() const
return m_artistPtr->coverLoaded();
}
#endif
QList<Tomahawk::query_ptr>
Query::similarTracks() const