chore: remove Singleton & replace getIApp with getApp (#5514)
This commit is contained in:
@@ -56,7 +56,7 @@ bool useKeyring()
|
||||
// Insecure storage:
|
||||
QString insecurePath()
|
||||
{
|
||||
return combinePath(getIApp()->getPaths().settingsDirectory,
|
||||
return combinePath(getApp()->getPaths().settingsDirectory,
|
||||
"credentials.json");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user