mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 17:53:08 -07:00
- Totally rewritten Web UI list refresh system (fixed memory leak)
This commit is contained in:
parent
a65cd5c39c
commit
0879f2c0ca
8 changed files with 115 additions and 419 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue