mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- ETA calculation now relies on average speed over all sessions
- New ETA calculation system saves memory - Updated Changelog
This commit is contained in:
@@ -291,6 +291,11 @@ bool QTorrentHandle::is_auto_managed() const {
|
||||
return h.is_auto_managed();
|
||||
}
|
||||
|
||||
int QTorrentHandle::active_time() const {
|
||||
Q_ASSERT(h.is_valid());
|
||||
return h.status().active_time;
|
||||
}
|
||||
|
||||
//
|
||||
// Setters
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user