Add missing break statement in proxy code

This commit is contained in:
Christophe Dumez 2013-05-22 20:41:53 +03:00
parent a27c5efbb5
commit 5056faed92

View file

@ -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;