Crash on Windows, add more output; refs #40
This commit is contained in:
@@ -28,13 +28,15 @@ namespace proxy {
|
||||
virtual List proxies(const std::string& url) {
|
||||
|
||||
qDebug()<<"************ QTPROXY ********************";
|
||||
qDebug()<<"************ QTPROXY ********************";
|
||||
|
||||
List res;
|
||||
|
||||
qDebug()<<"Query System Proxies for "<<QString::fromStdString(url)
|
||||
<<" ...";
|
||||
QList<QNetworkProxy> proxies
|
||||
(QNetworkProxyFactory::systemProxyForQuery
|
||||
(QNetworkProxyQuery(QUrl(QString::fromStdString(url)))));
|
||||
qDebug()<<"Found "<<proxies.size()<<" System Proxies ...";
|
||||
|
||||
for (QList<QNetworkProxy>::const_iterator proxy(proxies.begin());
|
||||
proxy!=proxies.end(); ++proxy) {
|
||||
|
Reference in New Issue
Block a user