mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
committed by
sledgehammer999
parent
cfae8c6399
commit
cbfdc8f721
@@ -1761,7 +1761,7 @@ bool Session::findIncompleteFiles(TorrentInfo &torrentInfo, QString &savePath) c
|
|||||||
torrentInfo.renameFile(i, filePath + QB_EXT);
|
torrentInfo.renameFile(i, filePath + QB_EXT);
|
||||||
}
|
}
|
||||||
if ((i % 100) == 0)
|
if ((i % 100) == 0)
|
||||||
qApp->processEvents();
|
qApp->processEvents(QEventLoop::ExcludeUserInputEvents);
|
||||||
}
|
}
|
||||||
|
|
||||||
return found;
|
return found;
|
||||||
|
|||||||
Reference in New Issue
Block a user