On Thursday, 9 July 2020 03:48:18 PDT Lars Knoll wrote:
> The easiest fix for this would probably be to simply change the  "QList<int>
> glyph_indices;" in QFontSubset to a QSet.

That would make the output non-deterministic. If determinism is wanted, a 
sorted container is preferable.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel System Software Products



_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to