mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Make method const
This commit is contained in:
@@ -60,7 +60,7 @@ namespace BitTorrent
|
||||
|
||||
void setTier(int value);
|
||||
TrackerEntry &operator=(const TrackerEntry &other);
|
||||
bool operator==(const TrackerEntry &other);
|
||||
bool operator==(const TrackerEntry &other) const;
|
||||
|
||||
libtorrent::announce_entry nativeEntry() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user