mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Add missing break statement in proxy code
This commit is contained in:
parent
a27c5efbb5
commit
5056faed92
1 changed files with 1 additions and 0 deletions
|
@ -581,6 +581,7 @@ void QBtSession::configureSession() {
|
|||
break;
|
||||
case Proxy::SOCKS4:
|
||||
proxySettings.type = proxy_settings::socks4;
|
||||
break;
|
||||
case Proxy::SOCKS5:
|
||||
qDebug("type: socks5");
|
||||
proxySettings.type = proxy_settings::socks5;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue