mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 05:31:25 -07:00
Use default operators generated/synthesized by compiler
This commit is contained in:
parent
10ee1ab7a2
commit
7612d5d0ef
15 changed files with 4 additions and 76 deletions
|
@ -342,11 +342,6 @@ bool operator==(const Path &lhs, const Path &rhs)
|
|||
return (lhs.data().compare(rhs.data(), CASE_SENSITIVITY) == 0);
|
||||
}
|
||||
|
||||
bool operator!=(const Path &lhs, const Path &rhs)
|
||||
{
|
||||
return !(lhs == rhs);
|
||||
}
|
||||
|
||||
Path operator/(const Path &lhs, const Path &rhs)
|
||||
{
|
||||
if (rhs.isEmpty())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue