- Manage country resolution on libtorrent side. The flags are not displayed in the peer list yet though

This commit is contained in:
Christophe Dumez 2009-11-15 10:59:11 +00:00
commit 12106c308e
4 changed files with 31 additions and 0 deletions

View file

@ -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