mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +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();
|
||||
|
||||
incQIDState(q, r);
|
||||
incQIDState( q, r );
|
||||
q->setCurrentResolver( r );
|
||||
r->resolve( q );
|
||||
emit resolving( q );
|
||||
|
Reference in New Issue
Block a user