From 4bb72160a6323e1ab3f3d9ea2c7f90c21088347f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 28 Aug 2018 12:10:37 -0700 Subject: 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 Signed-off-by: Dirk Hohndel --- core/settings/qPrefUpdateManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/settings') 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); -- cgit v1.2.3-70-g09d2