1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01:00

style fix

This commit is contained in:
Leo Franchi 2011-08-30 07:58:51 -04:00
parent bf03b7b756
commit 58bff6af4c

View File

@ -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() ) );
}