mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
parent
64fef21a86
commit
53c2fe4a60
7 changed files with 86 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue