mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Add comparison operators for ProxyConfiguration
This commit is contained in:
@@ -51,6 +51,8 @@ namespace Net
|
||||
QString username;
|
||||
QString password;
|
||||
};
|
||||
bool operator==(const ProxyConfiguration &left, const ProxyConfiguration &right);
|
||||
bool operator!=(const ProxyConfiguration &left, const ProxyConfiguration &right);
|
||||
|
||||
class ProxyConfigurationManager : public QObject
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user