mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
- Make use of h.is_seed() instead of h.progress() == 1.
This commit is contained in:
parent
8440e9982f
commit
a622152747
3 changed files with 7 additions and 1 deletions
|
@ -89,6 +89,7 @@ class QTorrentHandle {
|
|||
size_type total_payload_upload();
|
||||
QStringList files_path() const;
|
||||
int num_uploads() const;
|
||||
bool is_seed() const;
|
||||
|
||||
//
|
||||
// Setters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue