From f69c9059d6c0bfb911bf0bdcec1e7470c38fa7e2 Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Sat, 9 Mar 2013 19:28:20 +0200 Subject: Replace HB types used in API with Qt analogs hb_uint32 <-> quint32 HB_Glyph <-> glyph_t HB_Fixed <-> QFixed, HB_FixedPoint <-> QFixedPoint HB_GlyphAttributes <-> QGlyphAttributes Change-Id: I4338ec4ce9a9c20ea591606ab10e6ef4f19931b8 Reviewed-by: Lars Knoll --- tests/auto/gui/text/qtextscriptengine/tst_qtextscriptengine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto/gui') diff --git a/tests/auto/gui/text/qtextscriptengine/tst_qtextscriptengine.cpp b/tests/auto/gui/text/qtextscriptengine/tst_qtextscriptengine.cpp index a6da20cc2b..2e2c965cc9 100644 --- a/tests/auto/gui/text/qtextscriptengine/tst_qtextscriptengine.cpp +++ b/tests/auto/gui/text/qtextscriptengine/tst_qtextscriptengine.cpp @@ -1134,8 +1134,8 @@ void tst_QTextScriptEngine::mirroredChars() s.append(QLatin1Char('(')); s.append(QLatin1Char(')')); - HB_Glyph leftParenthesis; - HB_Glyph rightParenthesis; + glyph_t leftParenthesis; + glyph_t rightParenthesis; { QTextLayout layout(s); layout.setCacheEnabled(true); -- cgit v1.2.3