mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
FEATURE: Added "Amount downloaded/left" columns to transfer list
Fix bug in column display menu
This commit is contained in:
@@ -146,6 +146,10 @@ size_type QTorrentHandle::total_wanted_done() const {
|
||||
return torrent_handle::status().total_wanted_done;
|
||||
}
|
||||
|
||||
size_type QTorrentHandle::total_wanted() const {
|
||||
return torrent_handle::status().total_wanted;
|
||||
}
|
||||
|
||||
float QTorrentHandle::download_payload_rate() const {
|
||||
return torrent_handle::status().download_payload_rate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user