- Totally rewritten Web UI list refresh system (fixed memory leak)

This commit is contained in:
Christophe Dumez 2008-09-28 11:30:24 +00:00
parent a65cd5c39c
commit 0879f2c0ca
8 changed files with 115 additions and 419 deletions

View file

@ -721,7 +721,7 @@ void bittorrent::setUnfinishedTorrent(QString hash) {
updateDownloadQueue();
}
}
emit torrentSwitchedtoUnfinished(hash);
//emit torrentSwitchedtoUnfinished(hash);
}
// Add the given hash to the list of finished torrents
@ -759,7 +759,7 @@ void bittorrent::setFinishedTorrent(QString hash) {
}
// Save fast resume data
saveFastResumeAndRatioData(hash);
emit torrentSwitchedtoFinished(hash);
//emit torrentSwitchedtoFinished(hash);
}
// Pause a running torrent