Don't construct a QFont globally (as a class static)

* It causes a crash when Qt is statically linked.
This commit is contained in:
baldurk
2017-05-18 15:05:03 +01:00
parent c5b79e9382
commit 5b74b66493
3 changed files with 14 additions and 4 deletions
+2
View File
@@ -230,6 +230,8 @@ int main(int argc, char *argv[])
config.Save();
}
PythonContext::GlobalShutdown();
Formatter::shutdown();
}
delete[] argv_mod;