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