1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-13 20:39:57 +01:00

Return null qstring

This commit is contained in:
Leo Franchi 2012-02-25 19:48:00 -05:00
parent 36b2a585f9
commit 3f9503364c

View File

@ -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();
}
}