1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

fix compilation without -fpermissive

This commit is contained in:
Michael Zanetti
2012-07-19 21:39:15 +02:00
parent 87966d5636
commit 07d91b1d58

View File

@@ -360,6 +360,7 @@ Query::coverId() const
return m_artistPtr->uniqueId(); return m_artistPtr->uniqueId();
} }
return QString();
} }