Skip to content

clang-tidy: Disable bugprone-suspicious-enum-usage

Albert Astals Cid requested to merge work/aacid/disablesuspiciousenum into master

Unfortunately it's triggered by QKeySequence needing a Qt::KeyboardModifier and a Qt::Key

Merge request reports