mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-16 19:14:06 +02:00
Move initialisation to initialiserlist
This commit is contained in:
@@ -41,8 +41,8 @@ LocalConfigStorage::credentialsServiceName()
|
||||
|
||||
LocalConfigStorage::LocalConfigStorage( QObject* parent )
|
||||
: ConfigStorage( parent )
|
||||
, m_accountIds( TomahawkSettings::instance()->accounts() )
|
||||
{
|
||||
m_accountIds = TomahawkSettings::instance()->accounts();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user