- Optimized a lot torrent real size calculation

This commit is contained in:
Christophe Dumez 2007-08-28 19:10:35 +00:00
commit 63334ea6fb
3 changed files with 13 additions and 33 deletions

View file

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