Simplify TrackerEntry::status() logic

This commit is contained in:
Chocobo1 2020-02-14 19:49:53 +08:00
parent 04132f6266
commit e825473289
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
2 changed files with 17 additions and 35 deletions

View file

@ -55,7 +55,6 @@ namespace BitTorrent
TrackerEntry &operator=(const TrackerEntry &other) = default;
QString url() const;
bool isWorking() const;
Status status() const;
int tier() const;