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

Merge remote branch 'origin/master' into watchforchanges-ng

This commit is contained in:
Jeff Mitchell
2011-05-20 19:43:01 -04:00

View File

@@ -60,6 +60,9 @@ void
Api_v1::auth_2( QxtWebRequestEvent* event, QString arg )
{
qDebug() << "AUTH_2 HTTP" << event->url.toString() << arg;
if( event->content.isNull() )
return;
QString params = QUrl::fromPercentEncoding( event->content->readAll() );
params = params.mid( params.indexOf( '?' ) );
QStringList pieces = params.split( '&' );