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:
parent
b75df83989
commit
16ef203411
@ -460,7 +460,6 @@ AccountManager::onSettingsChanged()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
AccountManager::onStateChanged( Account::ConnectionState state )
|
||||
{
|
||||
|
@ -107,6 +107,7 @@ private slots:
|
||||
void onError( int code, const QString& msg );
|
||||
|
||||
void onSettingsChanged();
|
||||
|
||||
private:
|
||||
QStringList findPluginFactories();
|
||||
void loadPluginFactories( const QStringList &paths );
|
||||
|
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user