mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
A better fix for progress column sorting on restart (still untested, gtsoul please check)
This commit is contained in:
parent
ee4a4c81bf
commit
55538934e0
5 changed files with 46 additions and 6 deletions
|
@ -75,6 +75,9 @@ FinishedTorrents::~FinishedTorrents(){
|
|||
}
|
||||
|
||||
void FinishedTorrents::addFinishedSHA(QString hash){
|
||||
if(BTSession->getUncheckedTorrentsList().indexOf(hash) != -1){
|
||||
BTSession->setTorrentFinishedChecking(hash);
|
||||
}
|
||||
if(finishedSHAs.indexOf(hash) == -1) {
|
||||
finishedSHAs << hash;
|
||||
int row = finishedListModel->rowCount();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue