1
0
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:
Teo Mrnjavac 2013-02-04 16:59:01 +01:00
parent c9e7730716
commit 4aa8436b76
2 changed files with 0 additions and 2 deletions

View File

@ -47,7 +47,6 @@ ScriptCommandQueue::nextCommand()
connect( req.data(), SIGNAL( done() ),
this, SLOT( onCommandDone() ) );
connect( m_timer, SIGNAL( timeout() ),
this, SLOT( onTimeout() ) );

View File

@ -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
}