mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
- Manage country resolution on libtorrent side. The flags are not displayed in the peer list yet though
This commit is contained in:
parent
f7f4d1333b
commit
12106c308e
4 changed files with 31 additions and 0 deletions
|
@ -117,6 +117,7 @@ class QTorrentHandle {
|
|||
bool super_seeding() const;
|
||||
QString creation_date() const;
|
||||
void get_peer_info(std::vector<peer_info>&) const;
|
||||
bool resolve_countries() const;
|
||||
|
||||
//
|
||||
// Setters
|
||||
|
@ -143,6 +144,7 @@ class QTorrentHandle {
|
|||
void force_recheck() const;
|
||||
void move_storage(QString path) const;
|
||||
void super_seeding(bool on) const;
|
||||
void resolve_countries(bool r);
|
||||
|
||||
//
|
||||
// Operators
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue