mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 06:32:29 -06:00
- Remember paused torrents on startup
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user