- BUGFIX: Fix encoding problem in file renaming

- BUGFIX: Delete uneeded files on torrent "soft" deletion
This commit is contained in:
Christophe Dumez
2010-10-18 17:48:18 +00:00
parent 29a76ae600
commit fe0fc952e8
4 changed files with 26 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ class QTorrentHandle {
size_type all_time_download() const;
size_type total_done() const;
QStringList files_path() const;
QStringList uneeded_files_path() const;
bool has_missing_files() const;
int num_uploads() const;
bool is_seed() const;