Add missing break statement in proxy code

This commit is contained in:
Christophe Dumez 2013-05-22 20:41:53 +03:00
parent 4f667c6e7d
commit 0213b5f511

View File

@ -586,6 +586,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;