mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
* Removed some cruft
This commit is contained in:
committed by
Dominik Schmidt
parent
b75df83989
commit
16ef203411
@@ -460,7 +460,6 @@ AccountManager::onSettingsChanged()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
AccountManager::onStateChanged( Account::ConnectionState state )
|
AccountManager::onStateChanged( Account::ConnectionState state )
|
||||||
{
|
{
|
||||||
|
@@ -107,6 +107,7 @@ private slots:
|
|||||||
void onError( int code, const QString& msg );
|
void onError( int code, const QString& msg );
|
||||||
|
|
||||||
void onSettingsChanged();
|
void onSettingsChanged();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QStringList findPluginFactories();
|
QStringList findPluginFactories();
|
||||||
void loadPluginFactories( const QStringList &paths );
|
void loadPluginFactories( const QStringList &paths );
|
||||||
|
@@ -66,19 +66,6 @@ JobStatusView::JobStatusView( AnimatedSplitter* parent )
|
|||||||
m_view->setUniformItemSizes( false );
|
m_view->setUniformItemSizes( false );
|
||||||
|
|
||||||
#ifndef ENABLE_HEADLESS
|
#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 PipelineStatusManager( this );
|
||||||
new TransferStatusManager( this );
|
new TransferStatusManager( this );
|
||||||
new LatchedStatusManager( this );
|
new LatchedStatusManager( this );
|
||||||
|
Reference in New Issue
Block a user