From a06e9b50d28af43cd455ad8a86d20d5960d8985b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Lindstr=C3=B6m?= Date: Mon, 24 Sep 2012 23:00:08 +0200 Subject: [PATCH] We now the QMap from TomahawkSettings --- 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 d101d0032..60c566663 100644 --- a/src/libtomahawk/widgets/WhatsHotWidget.cpp +++ b/src/libtomahawk/widgets/WhatsHotWidget.cpp @@ -104,7 +104,7 @@ WhatsHotWidget::WhatsHotWidget( QWidget* parent ) connect( Tomahawk::InfoSystem::InfoSystem::instance(), SIGNAL( finished( QString ) ), SLOT( infoSystemFinished( QString ) ) ); // Read last viewed charts, to be used as defaults - m_currentVIds = TomahawkSettings::instance()->lastChartIds().toMap(); + m_currentVIds = TomahawkSettings::instance()->lastChartIds(); qDebug() << "Got last chartIds:" << m_currentVIds; }