1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

And make it work.

This commit is contained in:
Leo Franchi
2011-03-05 19:03:30 -05:00
parent d3ba0a0c75
commit 5770154f43

View File

@@ -2,7 +2,7 @@
void void
Api_v1::auth_1( QxtWebRequestEvent* event ) Api_v1::auth_1( QxtWebRequestEvent* event, QString arg )
{ {
qDebug() << "AUTH_1 HTTP" << event->url.toString(); qDebug() << "AUTH_1 HTTP" << event->url.toString();
@@ -38,7 +38,7 @@ Api_v1::auth_1( QxtWebRequestEvent* event )
void void
Api_v1::auth_2( QxtWebRequestEvent* event ) Api_v1::auth_2( QxtWebRequestEvent* event, QString arg )
{ {
qDebug() << "AUTH_2 HTTP" << event->url.toString(); qDebug() << "AUTH_2 HTTP" << event->url.toString();
QUrl url = event->url; QUrl url = event->url;