[kleopatra] [Bug 472056] accessiblevaluelabel.cpp fails to build with Clang 16

Ingo Klöcker bugzilla_noreply at kde.org
Mon Sep 25 14:28:02 BST 2023


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

--- Comment #4 from Ingo Klöcker <kloecker at 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.


More information about the Kdepim-bugs mailing list