mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
- Make use of h.is_seed() instead of h.progress() == 1.
This commit is contained in:
@@ -89,6 +89,7 @@ class QTorrentHandle {
|
||||
size_type total_payload_upload();
|
||||
QStringList files_path() const;
|
||||
int num_uploads() const;
|
||||
bool is_seed() const;
|
||||
|
||||
//
|
||||
// Setters
|
||||
|
||||
Reference in New Issue
Block a user