mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
- Added piece_availability() to qtorrenthandle to prepare for piece availability widget (bar)
This commit is contained in:
@@ -64,6 +64,7 @@ class QTorrentHandle {
|
||||
QString name() const;
|
||||
float progress() const;
|
||||
bitfield pieces() const;
|
||||
void piece_availability(std::vector<int>& avail) const;
|
||||
void get_download_queue(std::vector<partial_piece_info>& queue) const;
|
||||
QString current_tracker() const;
|
||||
bool is_valid() const;
|
||||
|
||||
Reference in New Issue
Block a user