Implement the UI option for preferring monospaced font

This commit is contained in:
baldurk
2017-05-04 16:00:51 +01:00
parent 0b868e45c0
commit ab432f24fc
20 changed files with 238 additions and 19 deletions
@@ -29,7 +29,7 @@
// we only support the qrenderdoc module for docs generation, so it doesn't matter that these stub
// functions aren't valid
void Formatter::setParams(int minFigures, int maxFigures, int expNegCutoff, int expPosCutoff)
void Formatter::setParams(const PersistantConfig &config)
{
}