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.
__
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
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)
+