mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-07 08:02:30 -06:00
FEATURE: Added "Amount downloaded/left" columns to transfer list
Fix bug in column display menu
This commit is contained in:
@@ -67,6 +67,7 @@ class QTorrentHandle : public torrent_handle {
|
||||
size_type piece_length() const;
|
||||
int num_pieces() const;
|
||||
size_type total_wanted_done() const;
|
||||
size_type total_wanted() const;
|
||||
float download_payload_rate() const;
|
||||
float upload_payload_rate() const;
|
||||
int num_connections() const;
|
||||
|
||||
Reference in New Issue
Block a user