mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-13 09:34:53 +02:00
We now the QMap from TomahawkSettings
This commit is contained in:
@@ -104,7 +104,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 ) ) );
|
||||||
|
|
||||||
// Read last viewed charts, to be used as defaults
|
// 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;
|
qDebug() << "Got last chartIds:" << m_currentVIds;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user