[Development] Qt 5.3 header diff

John Layt jlayt at kde.org
Wed Apr 30 19:49:25 CEST 2014


On 30 April 2014 16:28, Andrey Ponomarenko <aponomarenko at rosalab.ru> wrote:
>
>
> ABI report for 5.3.0-rc:
> http://upstream-tracker.org/compat_reports/qt/5.2.1_to_5.3.0-rc/abi_compat_report.html

Hi,

Interesting that it reports a Medium severity problem for:

    qpagedpaintdevice.h
    enum QPagedPaintDevice::PageSize
    Value of member NPageSize has been changed from 30 to 118.

But only reports a Low severity problem for:

    qlocale.h
    enum QLocale::Language
    Value of member LastLanguage has been changed from 311 to 314.

This is a common pattern in Qt to indicate the last valid value, so is
OK afaik, it's just weird the same issue reports with different
severity.

Cheers!

John.



More information about the Development mailing list