mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
- FEATURE: Added per-torrent super seeding mode
This commit is contained in:
parent
74d8a00854
commit
e423285d88
6 changed files with 78 additions and 3 deletions
|
@ -110,6 +110,7 @@ class QTorrentHandle {
|
|||
int active_time() const;
|
||||
std::vector<int> file_priorities() const;
|
||||
bool is_sequential_download() const;
|
||||
bool super_seeding() const;
|
||||
|
||||
//
|
||||
// Setters
|
||||
|
@ -135,6 +136,7 @@ class QTorrentHandle {
|
|||
void auto_managed(bool) const;
|
||||
void force_recheck() const;
|
||||
void move_storage(QString path) const;
|
||||
void super_seeding(bool on) const;
|
||||
|
||||
//
|
||||
// Operators
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue