On Thu, Dec 07, 2006 at 09:42:24PM +0100, Enrico Forestieri wrote: > On Thu, Dec 07, 2006 at 06:20:07PM +0100, Andre Poenitz wrote: > > On Thu, Dec 07, 2006 at 04:03:27PM +0100, Enrico Forestieri wrote: > > > + QRect const & r = metrics.boundingRect(c); > > > + // Qt/Win 3.2.1nc (at least) corrects the GetGlyphOutlineA|W y > > > + // value by the height: (x, -y-height, width, height). > > > + // Other versions return: (x, -y, width, height) > > > +#if defined(Q_WS_WIN) && (QT_VERSION == 0x030201) > > > > Qt 3.2.1? > > I really don't know, that's code that I simply shuffled around.
Just remove it. Looks like a workaround for a version of Qt we don't support anymore. Andre'