Skip to content
Snippets Groups Projects
Commit e1c7d737 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

BUG: added patch for qt compilation on macos, see https://wiki.qt.io/Qt_5.9.5_Known_Issues

parent de01b1bb
Branches
Tags
No related merge requests found
--- a/qtbase/src/platformsupport/fontdatabases/mac/qfontengine_coretext.mm
+++ b/qtbase/src/platformsupport/fontdatabases/mac/qfontengine_coretext.mm
@@ -824,7 +824,7 @@ void QCoreTextFontEngine::getUnscaledGlyph(glyph_t glyph, QPainterPath *path, gl
QFixed QCoreTextFontEngine::emSquareSize() const
{
- return QFixed::QFixed(int(CTFontGetUnitsPerEm(ctfont)));
+ return QFixed(int(CTFontGetUnitsPerEm(ctfont)));
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment