- Display Swarm infos in seeding list (closes #346955)

- Bump to beta3
This commit is contained in:
Christophe Dumez 2009-07-12 05:37:09 +00:00
parent 64fef21a86
commit 53c2fe4a60
7 changed files with 86 additions and 20 deletions

View file

@ -77,6 +77,9 @@ class QTorrentHandle {
float upload_payload_rate() const;
int num_peers() const;
int num_seeds() const;
int num_complete() const;
int num_incomplete() const;
void scrape_tracker() const;
QString save_path() const;
fs::path save_path_boost() const;
QStringList url_seeds() const;