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:
@@ -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
|
||||
|
Reference in New Issue
Block a user