summaryrefslogtreecommitdiffstats
path: root/core/settings/qPrefUpdateManager.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-28 12:10:37 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-28 12:11:16 -0700
commit4bb72160a6323e1ab3f3d9ea2c7f90c21088347f (patch)
treea0e32791aee4bcad7a157bba691db25c8c9a11d9 /core/settings/qPrefUpdateManager.cpp
parentedfecfad819da70d2841c7e1bdbf3914524e9d21 (diff)
downloadsubsurface-4bb72160a6323e1ab3f3d9ea2c7f90c21088347f.tar.gz
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>
Diffstat (limited to 'core/settings/qPrefUpdateManager.cpp')
-rw-r--r--core/settings/qPrefUpdateManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/settings/qPrefUpdateManager.cpp b/core/settings/qPrefUpdateManager.cpp
index 709631519..4623c8a52 100644
--- a/core/settings/qPrefUpdateManager.cpp
+++ b/core/settings/qPrefUpdateManager.cpp
@@ -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);