summaryrefslogtreecommitdiffstats
path: root/core/qthelper.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-09-20 11:11:24 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-09-21 15:13:10 -0700
commit9a35519a2a1745ff2f4f23f3561efa8e2bb94b0b (patch)
tree14964dfcc2b8f207e41a80a54c9327f8d57effa1 /core/qthelper.cpp
parentcf4dbbe5f2def7a6666e74518a5cfea668ded569 (diff)
downloadsubsurface-9a35519a2a1745ff2f4f23f3561efa8e2bb94b0b.tar.gz
Android: bundle default font for use in OnePlus devices
This is working around a Qt Bug https://bugreports.qt.io/browse/QTBUG-69494 which prevents correct rendering of the OnePlus fonts. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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;
}