FEATURE: Added "Amount downloaded/left" columns to transfer list

Fix bug in column display menu
This commit is contained in:
Christophe Dumez
2010-11-16 17:43:54 +00:00
parent 3144bfebc7
commit a640b08414
7 changed files with 21 additions and 3 deletions

View File

@@ -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;