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