1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

* Style fixes to TomahawkApp.

This commit is contained in:
Christian Muehlhaeuser
2014-08-23 12:03:23 +02:00
parent fd8a96ed1f
commit 9f499cf029

View File

@@ -1,6 +1,6 @@
/* === This file is part of Tomahawk Player - <http://tomahawk-player.org> === /* === This file is part of Tomahawk Player - <http://tomahawk-player.org> ===
* *
* Copyright 2010-2011, Christian Muehlhaeuser <muesli@tomahawk-player.org> * Copyright 2010-2014, Christian Muehlhaeuser <muesli@tomahawk-player.org>
* Copyright 2010-2011, Leo Franchi <lfranchi@kde.org> * Copyright 2010-2011, Leo Franchi <lfranchi@kde.org>
* Copyright 2010-2012, Jeff Mitchell <jeff@tomahawk-player.org> * Copyright 2010-2012, Jeff Mitchell <jeff@tomahawk-player.org>
* Copyright 2013-2014, Teo Mrnjavac <teo@kde.org> * Copyright 2013-2014, Teo Mrnjavac <teo@kde.org>
@@ -202,8 +202,6 @@ TomahawkApp::init()
TomahawkUtils::setHeadless( m_headless ); TomahawkUtils::setHeadless( m_headless );
new ACLRegistryImpl( this ); new ACLRegistryImpl( this );
tDebug( LOGINFO ) << "Setting NAM.";
TomahawkSettings *s = TomahawkSettings::instance(); TomahawkSettings *s = TomahawkSettings::instance();
Tomahawk::Utils::setProxyDns( s->proxyDns() ); Tomahawk::Utils::setProxyDns( s->proxyDns() );
Tomahawk::Utils::setProxyType( s->proxyType() ); Tomahawk::Utils::setProxyType( s->proxyType() );
@@ -689,7 +687,7 @@ TomahawkApp::onInfoSystemReady()
void void
TomahawkApp::onSchemaUpdateStarted() TomahawkApp::onSchemaUpdateStarted()
{ {
startSplashWidget( tr( "Updating database\n") ); startSplashWidget( tr( "Updating database\n" ) );
} }
@@ -874,7 +872,7 @@ TomahawkApp::instanceStarted( KDSingleApplicationGuard::Instance instance )
void void
TomahawkApp::playlistRemoved(const playlist_ptr &playlist) TomahawkApp::playlistRemoved( const playlist_ptr& playlist )
{ {
TomahawkSettings::instance()->removePlaylistSettings( playlist->guid() ); TomahawkSettings::instance()->removePlaylistSettings( playlist->guid() );
} }