Divided into steps, more output; refs #40
This commit is contained in:
		| @@ -37,7 +37,7 @@ namespace proxy { | ||||
|         QNetworkProxyQuery proxyQuery(QUrl(QString::fromStdString(url))); | ||||
|         qDebug()<<" ... 2. query factory;" | ||||
|         QList<QNetworkProxy> proxies | ||||
|           (QNetworkProxyFactory::systemProxyForQuery(query)); | ||||
|           (QNetworkProxyFactory::systemProxyForQuery(proxyQuery)); | ||||
|         qDebug()<<"Found "<<proxies.size()<<" System Proxies."; | ||||
|  | ||||
|         for (QList<QNetworkProxy>::const_iterator proxy(proxies.begin()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user