mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-02 12:20:45 +02:00
Removed obsolete png again
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 7.0 KiB |
@@ -181,8 +181,6 @@ TomahawkApp::init()
|
|||||||
|
|
||||||
TomahawkUtils::setProxyFactory( proxyFactory );
|
TomahawkUtils::setProxyFactory( proxyFactory );
|
||||||
|
|
||||||
Echonest::Config::instance()->setAPIKey( "JRIHWEP6GPOER2QQ6" );
|
|
||||||
|
|
||||||
m_audioEngine = QWeakPointer<AudioEngine>( new AudioEngine );
|
m_audioEngine = QWeakPointer<AudioEngine>( new AudioEngine );
|
||||||
m_scanManager = QWeakPointer<ScanManager>( new ScanManager( this ) );
|
m_scanManager = QWeakPointer<ScanManager>( new ScanManager( this ) );
|
||||||
new Pipeline( this );
|
new Pipeline( this );
|
||||||
@@ -193,6 +191,8 @@ TomahawkApp::init()
|
|||||||
tDebug() << "Init Database.";
|
tDebug() << "Init Database.";
|
||||||
initDatabase();
|
initDatabase();
|
||||||
|
|
||||||
|
Echonest::Config::instance()->setAPIKey( "JRIHWEP6GPOER2QQ6" );
|
||||||
|
|
||||||
tDebug() << "Init Echonest Factory.";
|
tDebug() << "Init Echonest Factory.";
|
||||||
GeneratorFactory::registerFactory( "echonest", new EchonestFactory );
|
GeneratorFactory::registerFactory( "echonest", new EchonestFactory );
|
||||||
tDebug() << "Init Database Factory.";
|
tDebug() << "Init Database Factory.";
|
||||||
@@ -223,9 +223,7 @@ TomahawkApp::init()
|
|||||||
tDebug() << "Init InfoSystem.";
|
tDebug() << "Init InfoSystem.";
|
||||||
m_infoSystem = QWeakPointer<Tomahawk::InfoSystem::InfoSystem>( new Tomahawk::InfoSystem::InfoSystem( this ) );
|
m_infoSystem = QWeakPointer<Tomahawk::InfoSystem::InfoSystem>( new Tomahawk::InfoSystem::InfoSystem( this ) );
|
||||||
|
|
||||||
Echonest::Config::instance()->setAPIKey( "JRIHWEP6GPOER2QQ6" );
|
|
||||||
Echonest::Config::instance()->setNetworkAccessManager( TomahawkUtils::nam() );
|
Echonest::Config::instance()->setNetworkAccessManager( TomahawkUtils::nam() );
|
||||||
|
|
||||||
EchonestGenerator::setupCatalogs();
|
EchonestGenerator::setupCatalogs();
|
||||||
|
|
||||||
#ifndef TOMAHAWK_HEADLESS
|
#ifndef TOMAHAWK_HEADLESS
|
||||||
@@ -305,10 +303,11 @@ TomahawkApp::~TomahawkApp()
|
|||||||
|
|
||||||
delete SipHandler::instance();
|
delete SipHandler::instance();
|
||||||
|
|
||||||
|
Pipeline::instance()->stop();
|
||||||
|
|
||||||
if ( !m_database.isNull() )
|
if ( !m_database.isNull() )
|
||||||
delete m_database.data();
|
delete m_database.data();
|
||||||
|
|
||||||
Pipeline::instance()->stop();
|
|
||||||
delete Pipeline::instance();
|
delete Pipeline::instance();
|
||||||
|
|
||||||
#ifndef TOMAHAWK_HEADLESS
|
#ifndef TOMAHAWK_HEADLESS
|
||||||
|
Reference in New Issue
Block a user