mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 00:12:06 +02:00
* Added debug output to track Jason's crash.
This commit is contained in:
parent
23ed63682d
commit
95031dddce
@ -140,6 +140,7 @@ ScriptResolver::sendConfig()
|
||||
m_configSent = true;
|
||||
|
||||
Tomahawk::Utils::NetworkProxyFactory* factory = dynamic_cast<Tomahawk::Utils::NetworkProxyFactory*>( Tomahawk::Utils::nam()->proxyFactory() );
|
||||
tDebug() << "Factory is:" << factory;
|
||||
QNetworkProxy proxy = factory->proxy();
|
||||
QString proxyType = ( proxy.type() == QNetworkProxy::Socks5Proxy ? "socks5" : "none" );
|
||||
m.insert( "proxytype", proxyType );
|
||||
|
Loading…
x
Reference in New Issue
Block a user