https://bugs.kde.org/show_bug.cgi?id=472056

--- Comment #4 from Ingo Klöcker <kloec...@kde.org> ---
It's on my todo list to open an upstream bug for this. The old bug was mainly
about int vs. unsigned int.

For now the fix is to patch
enum Role {
to
enum Role : int {
in src/gui/accessible/qaccessible_base.h of qtbase.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to