BUGFIX: Fix ratio calculation for directly seeded torrents (Thanks phorane)

This commit is contained in:
Christophe Dumez
2010-02-17 08:10:57 +00:00
parent f0d0bb7170
commit 0f4f108eb5
3 changed files with 9 additions and 3 deletions

View File

@@ -107,6 +107,7 @@ class QTorrentHandle {
size_type total_payload_upload();
size_type all_time_upload();
size_type all_time_download();
size_type total_done();
QStringList files_path() const;
int num_uploads() const;
bool is_seed() const;