diff --git a/src/libtomahawk/Query.cpp b/src/libtomahawk/Query.cpp index b9c943113..49e3ec54d 100644 --- a/src/libtomahawk/Query.cpp +++ b/src/libtomahawk/Query.cpp @@ -360,6 +360,7 @@ Query::coverId() const return m_artistPtr->uniqueId(); } + return QString(); }