mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Remember to look for the Group
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c47c3555f6
commit
eb6f9e263c
1 changed files with 1 additions and 1 deletions
|
@ -1655,7 +1655,7 @@ void UnitsSettings::setUnitSystem(const QString& value)
|
|||
return;
|
||||
|
||||
QSettings s;
|
||||
|
||||
s.beginGroup(group);
|
||||
s.setValue("unit_system", value);
|
||||
|
||||
if (value == QStringLiteral("metric")) {
|
||||
|
|
Loading…
Add table
Reference in a new issue