fixed compile issues; refs #40
This commit is contained in:
		| @@ -34,7 +34,7 @@ namespace proxy { | ||||
|          | ||||
|         QList<QNetworkProxy> proxies | ||||
|           (QNetworkProxyFactory::systemProxyForQuery | ||||
|            (QUrl(QString::fromStdString(url)))); | ||||
|            (QNetworkProxyQuery(QUrl(QString::fromStdString(url))))); | ||||
|  | ||||
|         for (QList<QNetworkProxy>::const_iterator proxy(proxies.begin()); | ||||
|              proxy!=proxies.end(); ++proxy) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user