should speed up startup

This commit is contained in:
Christophe Dumez 2008-11-02 18:19:14 +00:00
parent 01bc15d3f4
commit 8b40e43432
5 changed files with 4 additions and 6 deletions

View file

@ -124,7 +124,6 @@ void FinishedTorrents::addTorrent(QString hash){
// Update the number of finished torrents
++nbFinished;
emit finishedTorrentsNumberChanged(nbFinished);
sortFinishedList();
}
void FinishedTorrents::torrentAdded(QTorrentHandle& h) {