From 44583734886db665ea3d5964a1b2705fe0a0f4b6 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 4 Oct 2019 16:47:00 -0700 Subject: Cleanup: remove bogus code that slipped in earlier Commit df4fbf7699 ("Android: force different font on OnePlus devices") inadvertantly added this hunk - let's undo it again. Signed-off-by: Dirk Hohndel --- core/qthelper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/qthelper.cpp b/core/qthelper.cpp index 671ba6885..8082db742 100644 --- a/core/qthelper.cpp +++ b/core/qthelper.cpp @@ -1399,7 +1399,7 @@ QString getUUID() uuidString = uuid.toString(); qPrefUpdateManager::set_uuidString(uuidString); } - uuidString.replace("{", "p").replace("}", ""); + uuidString.replace("{", "").replace("}", ""); return uuidString; } -- cgit v1.2.3-70-g09d2