- Initial implementation of "Append .!qB extension to incomplete files" (untested)

- Update torrent save path when its label is changed and "Append label to save path" setting is set
This commit is contained in:
Christophe Dumez 2009-12-18 13:36:47 +00:00
commit c61aded388
9 changed files with 112 additions and 2 deletions

View file

@ -158,6 +158,7 @@ class QTorrentHandle {
void set_peer_download_limit(libtorrent::asio::ip::tcp::endpoint ip, int limit) const;
void add_tracker(announce_entry const& url);
void prioritize_first_last_piece(bool b);
void rename_file(int index, QString name);
//
// Operators