Divided into steps, more output; refs #40

This commit is contained in:
Marc Wäckerlin
2014-05-15 11:15:54 +00:00
parent 1b93a16f53
commit 70fd26bcbd

View File

@@ -33,9 +33,9 @@ namespace proxy {
qDebug()<<"Query System Proxies for "<<QString::fromStdString(url)
<<" ...";
qDebug()<<" ... 1. setup query"
qDebug()<<" ... 1. setup query";
QNetworkProxyQuery proxyQuery(QUrl(QString::fromStdString(url)));
qDebug()<<" ... 2. query factory"
qDebug()<<" ... 2. query factory;"
QList<QNetworkProxy> proxies
(QNetworkProxyFactory::systemProxyForQuery(query));
qDebug()<<"Found "<<proxies.size()<<" System Proxies.";