Fixed synchronization (correct path to Valentina settings)
--HG-- branch : feature
This commit is contained in:
parent
251cd94407
commit
9be90e75db
|
@ -91,7 +91,7 @@ void VSettings::SetLabelLanguage(const QString &value)
|
||||||
//---------------------------------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------------------------------
|
||||||
QString VSettings::GetPathPattern() const
|
QString VSettings::GetPathPattern() const
|
||||||
{
|
{
|
||||||
QSettings settings(this->format(), this->scope(), this->organizationName());
|
QSettings settings(this->format(), this->scope(), this->organizationName(), this->applicationName());
|
||||||
return settings.value(SettingPathsPattern, QDir::homePath()).toString();
|
return settings.value(SettingPathsPattern, QDir::homePath()).toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user