From 1abe69079f583d93c17d354b9c799e4f5967bfd2 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 8 Jun 2012 20:01:03 +0200 Subject: [PATCH] * Fixed Query for headless. --- src/libtomahawk/Query.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libtomahawk/Query.cpp b/src/libtomahawk/Query.cpp index 4d803f776..32b2b77b5 100644 --- a/src/libtomahawk/Query.cpp +++ b/src/libtomahawk/Query.cpp @@ -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 Query::similarTracks() const