mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
+ - FEATURE: Now remembers filtered pieces in a torrent on restart
+ - FEATURE: Now updating pieces progress in real time in torrent properties + - BUGFIX: Fixed memory leaks in torrent properties Updated italian and German translation
This commit is contained in:
parent
e83b872c4b
commit
117448fb0b
11 changed files with 325 additions and 310 deletions
|
@ -119,7 +119,7 @@ class downloadThread : public QThread {
|
|||
QFile::remove(filePath.c_str());
|
||||
return;
|
||||
}
|
||||
int retries = 0;
|
||||
unsigned short retries = 0;
|
||||
bool to_many_users = false;
|
||||
do{
|
||||
// Perform Download
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue