mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Use default operators generated/synthesized by compiler
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user