Skip to content

Fix ub in KStandardAction::create

Waqar Ahmed requested to merge work/fix-ub into master

Fixes the following ubsan warning:

kstandardaction.h:243:64: runtime error: load of value 4294967295, which is not a valid value for type 'Qt::ConnectionType'

Merge request reports