Safer error detection

This commit is contained in:
Christophe Dumez
2010-08-21 20:22:59 +00:00
parent 8e1e51d268
commit d2b41d70c8
3 changed files with 12 additions and 3 deletions

View File

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