mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
Make method const
This commit is contained in:
parent
b4baeaaf23
commit
446b3307f9
3 changed files with 3 additions and 3 deletions
|
@ -84,7 +84,7 @@ TrackerEntry &TrackerEntry::operator=(const TrackerEntry &other)
|
|||
return *this;
|
||||
}
|
||||
|
||||
bool TrackerEntry::operator==(const TrackerEntry &other)
|
||||
bool TrackerEntry::operator==(const TrackerEntry &other) const
|
||||
{
|
||||
return (QUrl(url()) == QUrl(other.url()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue