Skip to content

Fix font installation

David Edmundson requested to merge work/fix_font_inst into master

Regression caused by 567d49f5 in a port to QUrl::setQuery(QUrlQuery) from QUrl::addQueryItem

The bug is that FC::encode may return a URL with a query already set. We want to append not replace.

BUG: 433215

Edited by David Edmundson

Merge request reports