Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Out of scope
-
Affects Version/s: 5.12.3
-
Fix Version/s: 5.13
-
Component/s: Documentation
-
Labels:None
Description
The QML Action shortcut documentation is using a property in its example code snippet called sequence which is not available anymore.
Action {
sequence: "Ctrl+E,Ctrl+W"
onTriggered: edit.wrapMode = TextEdit.Wrap
}