1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-20 16:02:07 +02:00

* Print out NAM on startup.

This commit is contained in:
Christian Muehlhaeuser 2013-09-03 12:37:55 +02:00
parent 819f1052ff
commit ffb2e0b6d2

View File

@ -210,7 +210,7 @@ TomahawkApp::init()
Tomahawk::Utils::setProxyNoProxyHosts( s->proxyNoProxyHosts() );
// Cause the creation of the nam, but don't need to address it directly, so prevent warning
Q_UNUSED( Tomahawk::Utils::nam() );
tDebug() << "Setting NAM:" << Tomahawk::Utils::nam();
m_audioEngine = QPointer<AudioEngine>( new AudioEngine );