mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 03:28:41 -07:00
Use newer libtorrent API
This commit covers trackerentry.cpp only.
This commit is contained in:
parent
9387dbce41
commit
09ff735007
2 changed files with 45 additions and 14 deletions
|
@ -64,7 +64,7 @@ namespace BitTorrent
|
|||
int numLeeches() const;
|
||||
int numDownloaded() const;
|
||||
|
||||
lt::announce_entry nativeEntry() const;
|
||||
const lt::announce_entry &nativeEntry() const;
|
||||
|
||||
private:
|
||||
lt::announce_entry m_nativeEntry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue