Re: [Development] ABI of deprecated supportsThreadedFontRendering()

2013-10-10 Thread Harri Porten
On Thu, 10 Oct 2013, Olivier Goffart wrote: > Removing "inline" is not enough. One need to put back the definition in the > .cpp file. > > > Please fill a bug report. (or a patch :-)) https://codereview.qt-project.org/#change,67867 Confirmed with "nm" on Linux. Harri. __

Re: [Development] ABI of deprecated supportsThreadedFontRendering()

2013-10-10 Thread Olivier Goffart
On Thursday 10 October 2013 15:04:40 Harri Porten wrote: > Hi! > > I just learnt about what looks like an ABI regression in Qt 5.2: > > The function QFontDatabase::supportsThreadedFontRendering() got deprecated > in 5.2 with commit b0b786a2f05e9451a65519ab8904f55c35f51b7d: > > -static bool

[Development] ABI of deprecated supportsThreadedFontRendering()

2013-10-10 Thread Harri Porten
Hi! I just learnt about what looks like an ABI regression in Qt 5.2: The function QFontDatabase::supportsThreadedFontRendering() got deprecated in 5.2 with commit b0b786a2f05e9451a65519ab8904f55c35f51b7d: -static bool supportsThreadedFontRendering(); +#if QT_DEPRECATED_SINCE(5, 2) +