branch | RCL_3 |
changeset 13 | c0432d11811c |
parent 7 | 3f74d0d4af4c |
--- a/src/gui/text/qfontengine_win.cpp Wed Apr 21 12:15:23 2010 +0300 +++ b/src/gui/text/qfontengine_win.cpp Wed Apr 21 20:15:53 2010 +0300 @@ -654,6 +654,7 @@ static const int char_table_entries = sizeof(char_table)/sizeof(ushort); +#ifndef Q_CC_MINGW void QFontEngineWin::getGlyphBearings(glyph_t glyph, qreal *leftBearing, qreal *rightBearing) { HDC hdc = shared_dc(); @@ -678,6 +679,7 @@ } #endif } +#endif // Q_CC_MINGW qreal QFontEngineWin::minLeftBearing() const {