mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 09:13:08 -07:00
should speed up startup
This commit is contained in:
parent
01bc15d3f4
commit
8b40e43432
5 changed files with 4 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue