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:
Dirk Hohndel 2018-08-28 12:10:37 -07:00
parent edfecfad81
commit 4bb72160a6

View file

@ -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);