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