mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Font fallback list use QString not char *
.. since initialising the array from strings is not supported in c++11 and causes a compile time error on Windows
This commit is contained in:
@@ -713,7 +713,7 @@ GSettings::upgradeAthlete(QString athlete) {
|
||||
|
||||
}
|
||||
|
||||
static char *fontfamilyfallback[] = {
|
||||
static QString fontfamilyfallback[] = {
|
||||
#ifdef Q_OS_LINUX
|
||||
// try pretty fonts first (you never know)
|
||||
"Noto Sans Display",
|
||||
|
||||
Reference in New Issue
Block a user