mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
core: fix typo in preference name
In commit 1bc361b2ea
("core/tests: add uuidString to qPrefUpdateManager") a
typo was introduced for the preference name.
Reported-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
edfecfad81
commit
4bb72160a6
1 changed files with 1 additions and 1 deletions
|
@ -62,4 +62,4 @@ void qPrefUpdateManager::disk_next_check(bool doSync)
|
|||
prefs.update_manager.next_check = qPrefPrivate::propValue(group + "/NextCheck", 0).toInt();
|
||||
}
|
||||
|
||||
HANDLE_PROP_QSTRING(UpdateManager, "UodateManager/UUID", uuidString);
|
||||
HANDLE_PROP_QSTRING(UpdateManager, "UpdateManager/UUID", uuidString);
|
||||
|
|
Loading…
Reference in a new issue