Store stub keyring data in the same folder as the binary

This commit is contained in:
Petr Mrázek 2013-03-26 19:26:10 +01:00
parent 737273348f
commit 1f13f0c665

View File

@ -96,7 +96,9 @@ void StubKeyring::removeStoredAccount ( QString service, QString username )
m_settings.remove(key);
}
//FIXME: this needs tweaking/changes for user account level storage
StubKeyring::StubKeyring() :
m_settings(QSettings::UserScope, "Orochimarufan", "Keyring")
// m_settings(QSettings::UserScope, "Orochimarufan", "Keyring")
m_settings("keyring.cfg", QSettings::IniFormat)
{
}