mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
- Initial implementation of Peer list
This commit is contained in:
parent
d8c6e2bcc6
commit
8260159ca4
11 changed files with 283 additions and 62 deletions
|
@ -116,6 +116,7 @@ class QTorrentHandle {
|
|||
bool is_sequential_download() const;
|
||||
bool super_seeding() const;
|
||||
QString creation_date() const;
|
||||
void get_peer_info(std::vector<peer_info>&) const;
|
||||
|
||||
//
|
||||
// Setters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue