mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- ETA calculation now relies on average speed over all sessions
- New ETA calculation system saves memory - Updated Changelog
This commit is contained in:
parent
9b67807926
commit
e5b6a5605a
6 changed files with 22 additions and 87 deletions
|
@ -95,6 +95,7 @@ class QTorrentHandle {
|
|||
int num_uploads() const;
|
||||
bool is_seed() const;
|
||||
bool is_auto_managed() const;
|
||||
int active_time() const;
|
||||
|
||||
//
|
||||
// Setters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue