Skip to content

ActionTextField: fix StandardKey not working

Fushan Wen requested to merge work/fuf/realsequence into master

According to https://codebrowser.dev/qt5/qtquickcontrols2/src/quicktemplates2/qquickaction.cpp.html#121 if the property is a string, the key sequence will be generated from QKeySequence::fromString, which will return invalid key sequences for enums.

Merge request reports