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

Use new finalUrlReached signal

This commit is contained in:
Uwe L. Korn
2013-09-01 18:04:03 +02:00
parent fe98f34458
commit 6d9062e251

View File

@@ -1408,9 +1408,9 @@ Servent::httpIODeviceFactory( const Tomahawk::result_ptr& result,
NetworkReply* reply = new NetworkReply( Tomahawk::Utils::nam()->get( req ) );
qRegisterMetaType<NetworkReply*>("NetworkReply*");
qRegisterMetaType<IODeviceCallback>("IODeviceCallback");
NewClosure( reply, SIGNAL( finished() ),
NewClosure( reply, SIGNAL( finalUrlReached() ),
this, SLOT( httpIODeviceReady( NetworkReply*, IODeviceCallback ) ),
reply, callback );
reply, callback )->setAutoDelete( true );
}
void