mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-04 17:41:42 +02:00
Use TomahawkSettings set/lastChartIds instead of QSettings
This commit is contained in:
@@ -1368,6 +1368,19 @@ TomahawkSettings::setPlaylistUpdaters( const SerializedUpdaters& updaters )
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
TomahawkSettings::setLastChartIds( const QVariant& ids ){
|
||||
|
||||
setValue( "chartIds", ids );
|
||||
}
|
||||
|
||||
|
||||
QVariant TomahawkSettings::lastChartIds(){
|
||||
|
||||
return value( "chartIds" ).value<QVariant>();
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
TomahawkSettings::registerCustomSettingsHandlers()
|
||||
{
|
||||
|
Reference in New Issue
Block a user