1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-05 00:22:31 +02:00
This commit is contained in:
Alejandro Wainzinger 2011-06-06 23:39:57 -07:00
parent df83239ad3
commit 3ec9308916

View File

@ -69,8 +69,6 @@ InfoPlugin::openLinkFromHash( const InfoCriteriaHash& hash ) const
// Add encoding for spaces, since QUrl does not
QUrl encodedLink( link.toString().replace(" ", "%20"), QUrl::StrictMode );
qDebug() << "encodedLink " << encodedLink.toString();
return encodedLink;
}