FEATURE: Added error state for torrents (error is displayed in a tooltip)

This commit is contained in:
Christophe Dumez 2010-05-24 14:19:25 +00:00
commit 781d33b869
7 changed files with 31 additions and 9 deletions

View file

@ -131,6 +131,7 @@ class QTorrentHandle {
bool first_last_piece_first() const;
QString root_path() const;
bool has_error() const;
QString error() const;
void downloading_pieces(bitfield &bf) const;
//