mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 23:39:42 +01:00
* Style fixes to TomahawkApp.
This commit is contained in:
parent
fd8a96ed1f
commit
9f499cf029
@ -1,6 +1,6 @@
|
||||
/* === 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-2012, Jeff Mitchell <jeff@tomahawk-player.org>
|
||||
* Copyright 2013-2014, Teo Mrnjavac <teo@kde.org>
|
||||
@ -202,8 +202,6 @@ TomahawkApp::init()
|
||||
TomahawkUtils::setHeadless( m_headless );
|
||||
new ACLRegistryImpl( this );
|
||||
|
||||
tDebug( LOGINFO ) << "Setting NAM.";
|
||||
|
||||
TomahawkSettings *s = TomahawkSettings::instance();
|
||||
Tomahawk::Utils::setProxyDns( s->proxyDns() );
|
||||
Tomahawk::Utils::setProxyType( s->proxyType() );
|
||||
@ -689,7 +687,7 @@ TomahawkApp::onInfoSystemReady()
|
||||
void
|
||||
TomahawkApp::onSchemaUpdateStarted()
|
||||
{
|
||||
startSplashWidget( tr( "Updating database\n") );
|
||||
startSplashWidget( tr( "Updating database\n" ) );
|
||||
}
|
||||
|
||||
|
||||
@ -874,7 +872,7 @@ TomahawkApp::instanceStarted( KDSingleApplicationGuard::Instance instance )
|
||||
|
||||
|
||||
void
|
||||
TomahawkApp::playlistRemoved(const playlist_ptr &playlist)
|
||||
TomahawkApp::playlistRemoved( const playlist_ptr& playlist )
|
||||
{
|
||||
TomahawkSettings::instance()->removePlaylistSettings( playlist->guid() );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user