1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-13 17:43:59 +02:00

* And more debug output.

This commit is contained in:
Christian Muehlhaeuser
2013-07-16 15:04:21 +02:00
parent 2c498b829b
commit 50de3c029d

View File

@@ -141,6 +141,7 @@ ScriptResolver::sendConfig()
tDebug() << "Nam is:" << Tomahawk::Utils::nam();
tDebug() << "Nam proxy is:" << Tomahawk::Utils::nam()->proxyFactory();
Tomahawk::Utils::nam()->proxyFactory()->queryProxy();
Tomahawk::Utils::NetworkProxyFactory* factory = dynamic_cast<Tomahawk::Utils::NetworkProxyFactory*>( Tomahawk::Utils::nam()->proxyFactory() );
tDebug() << "Factory is:" << factory;
QNetworkProxy proxy = factory->proxy();