From 50de3c029d3b8bc5453f6a7f3e1eee65dd98426c Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 16 Jul 2013 15:04:21 +0200 Subject: [PATCH] * And more debug output. --- src/libtomahawk/resolvers/ScriptResolver.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libtomahawk/resolvers/ScriptResolver.cpp b/src/libtomahawk/resolvers/ScriptResolver.cpp index a9d3d7ac2..3b793e684 100644 --- a/src/libtomahawk/resolvers/ScriptResolver.cpp +++ b/src/libtomahawk/resolvers/ScriptResolver.cpp @@ -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::nam()->proxyFactory() ); tDebug() << "Factory is:" << factory; QNetworkProxy proxy = factory->proxy();