mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Obsolete comment is obsolete.
This commit is contained in:
@@ -47,7 +47,6 @@ ScriptCommandQueue::nextCommand()
|
|||||||
|
|
||||||
connect( req.data(), SIGNAL( done() ),
|
connect( req.data(), SIGNAL( done() ),
|
||||||
this, SLOT( onCommandDone() ) );
|
this, SLOT( onCommandDone() ) );
|
||||||
|
|
||||||
connect( m_timer, SIGNAL( timeout() ),
|
connect( m_timer, SIGNAL( timeout() ),
|
||||||
this, SLOT( onTimeout() ) );
|
this, SLOT( onTimeout() ) );
|
||||||
|
|
||||||
|
@@ -81,5 +81,4 @@ ScriptCommand_AllTracks::onResolverDone( const QList< Tomahawk::query_ptr >& q )
|
|||||||
{
|
{
|
||||||
emit tracks( q );
|
emit tracks( q );
|
||||||
emit done();
|
emit done();
|
||||||
//FIXME: find a way to delete this object when its job is done
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user