mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
- Optimized a lot torrent real size calculation
This commit is contained in:
parent
cdfaed4fb4
commit
63334ea6fb
3 changed files with 13 additions and 33 deletions
|
@ -56,7 +56,7 @@ class QTorrentHandle {
|
|||
QString current_tracker() const;
|
||||
bool is_valid() const;
|
||||
bool is_paused() const;
|
||||
size_type total_size() const;
|
||||
// size_type total_size() const;
|
||||
size_type total_done() const;
|
||||
float download_payload_rate() const;
|
||||
float upload_payload_rate() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue