mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +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 ) ) );
|
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