2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Add 'Use proxy for calls' option.

This commit is contained in:
John Preston
2018-05-07 00:29:53 +03:00
parent d2fa8ef0b0
commit 48c1576d7f
14 changed files with 201 additions and 66 deletions

View File

@@ -434,6 +434,7 @@ struct ProxyData {
QString user, password;
bool valid() const;
bool supportsCalls() const;
explicit operator bool() const;
bool operator==(const ProxyData &other) const;
bool operator!=(const ProxyData &other) const;