mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
FEATURE: Added error state for torrents (error is displayed in a tooltip)
This commit is contained in:
parent
8db8841c9c
commit
781d33b869
7 changed files with 31 additions and 9 deletions
|
@ -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;
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue