Mercurial > trustbridge
changeset 879:59fc7ececa5f
Reference bug id for font database problem
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 07 Aug 2014 19:19:36 +0200 |
parents | ad3b32a7375f |
children | 7ea29b5183a3 |
files | ui/main.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ui/main.cpp Thu Aug 07 19:13:46 2014 +0200 +++ b/ui/main.cpp Thu Aug 07 19:19:36 2014 +0200 @@ -135,7 +135,7 @@ /* Install static fonts */ - /* The putenv here works around a bug in qt. Qt thinks it is a fatal + /* The putenv here works around a bug in qt (#29192). Qt thinks it is a fatal * error if the font directory does not exist. */ qputenv("QT_QPA_FONTDIR", get_install_dir()); int fontId = QFontDatabase::addApplicationFont(":/fonts/DejaVuSans.ttf");