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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user