1
0
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:
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() ), 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() ) );

View File

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