mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Add preliminary support of libtorrent v1.2
libtorrent v1.2 should be built with deprecated features enabled.
This commit is contained in:
@@ -53,11 +53,16 @@ namespace BitTorrent
|
||||
TrackerEntry &operator=(const TrackerEntry &other) = default;
|
||||
|
||||
QString url() const;
|
||||
bool isWorking() const;
|
||||
Status status() const;
|
||||
|
||||
int tier() const;
|
||||
void setTier(int value);
|
||||
|
||||
int numSeeds() const;
|
||||
int numLeeches() const;
|
||||
int numDownloaded() const;
|
||||
|
||||
libtorrent::announce_entry nativeEntry() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user