mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
fix style
This commit is contained in:
@@ -563,7 +563,7 @@ Pipeline::shunt( const query_ptr& q )
|
|||||||
{
|
{
|
||||||
tLog( LOGVERBOSE ) << "Dispatching to resolver" << r->name() << r->timeout() << q->toString() << q->solved() << q->id();
|
tLog( LOGVERBOSE ) << "Dispatching to resolver" << r->name() << r->timeout() << q->toString() << q->solved() << q->id();
|
||||||
|
|
||||||
incQIDState(q, r);
|
incQIDState( q, r );
|
||||||
q->setCurrentResolver( r );
|
q->setCurrentResolver( r );
|
||||||
r->resolve( q );
|
r->resolve( q );
|
||||||
emit resolving( q );
|
emit resolving( q );
|
||||||
|
Reference in New Issue
Block a user