App: Fix application font loading
QDir::entryList just returns file names as strings. In order to get the
full absolute paths of the font files, we need QFileInfos instead, which
dir.entryInfoList returns.
Change-Id: Ied0fb74afa4d02723d172f06d998a6916d5b0c9a
Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
Please register or sign in to comment