mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Use newer libtorrent API
This commit covers trackerentry.cpp only.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user