swissstick Ticket #109
This commit is contained in:
@@ -41,6 +41,8 @@ class Proxy: public QDialog, public Ui::Proxy {
|
||||
QNetworkProxy::ProxyType type(QNetworkProxy::NoProxy);
|
||||
switch (_type->currentIndex()) {
|
||||
case 0: try {
|
||||
_url->setEnabled(false);
|
||||
_port->setEnabled(false);
|
||||
type=QNetworkProxy::NoProxy;
|
||||
_auto.proxy(_testUrl);
|
||||
} catch (...) {} break;
|
||||
|
Reference in New Issue
Block a user