mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
- Remember paused torrents on startup
This commit is contained in:
parent
6369401150
commit
71e3061c18
4 changed files with 20 additions and 8 deletions
|
@ -103,7 +103,7 @@ class QTorrentHandle {
|
|||
|
||||
void set_download_limit(int limit);
|
||||
void set_upload_limit(int limit);
|
||||
void pause();
|
||||
void pause(bool create_file=true);
|
||||
void resume();
|
||||
void remove_url_seed(QString seed);
|
||||
void add_url_seed(QString seed);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue