summaryrefslogtreecommitdiffstats
path: root/core/qthelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/qthelper.cpp')
-rw-r--r--core/qthelper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qthelper.cpp b/core/qthelper.cpp
index 8082db742..671ba6885 100644
--- a/core/qthelper.cpp
+++ b/core/qthelper.cpp
@@ -1399,7 +1399,7 @@ QString getUUID()
uuidString = uuid.toString();
qPrefUpdateManager::set_uuidString(uuidString);
}
- uuidString.replace("{", "").replace("}", "");
+ uuidString.replace("{", "p").replace("}", "");
return uuidString;
}