1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01:00

* Removed some cruft

This commit is contained in:
Lucas Lira Gomes 2012-09-25 09:02:15 -03:00 committed by Dominik Schmidt
parent b75df83989
commit 16ef203411
3 changed files with 1 additions and 14 deletions

View File

@ -460,7 +460,6 @@ AccountManager::onSettingsChanged()
}
}
void
AccountManager::onStateChanged( Account::ConnectionState state )
{

View File

@ -107,6 +107,7 @@ private slots:
void onError( int code, const QString& msg );
void onSettingsChanged();
private:
QStringList findPluginFactories();
void loadPluginFactories( const QStringList &paths );

View File

@ -66,19 +66,6 @@ JobStatusView::JobStatusView( AnimatedSplitter* parent )
m_view->setUniformItemSizes( false );
#ifndef ENABLE_HEADLESS
#ifndef Q_WS_WIN
QFont f = font();
f.setPointSize( f.pointSize() - 1 );
setFont( f );
#endif
#ifdef Q_WS_MAC
QFont f = font();
f.setPointSize( f.pointSize() - 2 );
setFont( f );
#endif
new PipelineStatusManager( this );
new TransferStatusManager( this );
new LatchedStatusManager( this );