diff --git a/src/libtomahawk/utils/xspfloader.cpp b/src/libtomahawk/utils/xspfloader.cpp index 06e387253..f2164fb73 100644 --- a/src/libtomahawk/utils/xspfloader.cpp +++ b/src/libtomahawk/utils/xspfloader.cpp @@ -47,6 +47,8 @@ XSPFLoader::errorToString( XSPFErrorCode error ) return tr( "Some playlist entries were found without artist and track name, they will be omitted"); case FetchError: return tr( "Failed to fetch the desired playlist from the network, or the desired file does not exist" ); + default: + return QString(); } }