mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
debug--
This commit is contained in:
@@ -69,8 +69,6 @@ InfoPlugin::openLinkFromHash( const InfoCriteriaHash& hash ) const
|
|||||||
// Add encoding for spaces, since QUrl does not
|
// Add encoding for spaces, since QUrl does not
|
||||||
QUrl encodedLink( link.toString().replace(" ", "%20"), QUrl::StrictMode );
|
QUrl encodedLink( link.toString().replace(" ", "%20"), QUrl::StrictMode );
|
||||||
|
|
||||||
qDebug() << "encodedLink " << encodedLink.toString();
|
|
||||||
|
|
||||||
return encodedLink;
|
return encodedLink;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user