1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 00:54:20 +02:00

* Added even more debug output to track Jason's crash.

This commit is contained in:
Christian Muehlhaeuser
2013-07-16 14:39:31 +02:00
parent 319653dd6d
commit baa72a25de

View File

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