mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
style fix
This commit is contained in:
@@ -96,7 +96,7 @@ WhatsHotWidget::WhatsHotWidget( QWidget* parent )
|
||||
connect( Tomahawk::InfoSystem::InfoSystem::instance(), SIGNAL( finished( QString ) ), SLOT( infoSystemFinished( QString ) ) );
|
||||
|
||||
|
||||
QTimer::singleShot(0, this, SLOT(fetchData()));
|
||||
QTimer::singleShot( 0, this, SLOT( fetchData() ) );
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user