- Remember paused torrents on startup

This commit is contained in:
Christophe Dumez 2008-12-27 13:04:06 +00:00
commit 71e3061c18
4 changed files with 20 additions and 8 deletions

View file

@ -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);