From 07d91b1d5864765cbdaff006efaf5c327f264d2c Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Thu, 19 Jul 2012 21:39:15 +0200 Subject: [PATCH] fix compilation without -fpermissive --- src/libtomahawk/Query.cpp | 1 + 1 file changed, 1 insertion(+) 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(); }