From 58bff6af4c56f56ac850dd63946877c604338a96 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Tue, 30 Aug 2011 07:58:51 -0400 Subject: [PATCH] style fix --- src/libtomahawk/widgets/whatshotwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/widgets/whatshotwidget.cpp b/src/libtomahawk/widgets/whatshotwidget.cpp index fd5bb2d45..3f8daaa9c 100644 --- a/src/libtomahawk/widgets/whatshotwidget.cpp +++ b/src/libtomahawk/widgets/whatshotwidget.cpp @@ -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() ) ); }