Skip to content
Commit 33f8d524 authored by Tobias Fella's avatar Tobias Fella Committed by Ingo Klöcker
Browse files

Fix compilation with Clang 16

With Clang 16, the enum has a size of two bytes and QAccessible::UserRole is the largest possible value.
This means that UserRole + 1 is too large, causing compilation to fail. See QTBUG 117517


(cherry picked from commit aa995b65)
parent d9d62448
Pipeline #590033 passed with stage
in 6 minutes and 3 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment