- Save torrent file as soon as we get the torrent metadata so that it does not have to be redownloaded on restart

This commit is contained in:
Christophe Dumez 2010-01-19 21:47:53 +00:00
commit d5da8a6277
3 changed files with 31 additions and 3 deletions

View file

@ -164,6 +164,7 @@ class QTorrentHandle {
void add_tracker(announce_entry const& url);
void prioritize_first_last_piece(bool b);
void rename_file(int index, QString name);
bool save_torrent_file(QString path);
//
// Operators