Doc: correct name of property in snippet
Task-number: QTBUG-75558 Change-Id: Ic9856c6f6da4e0beefe2fe6f1bbaea8fdd67ea0d Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
48f587be28
commit
188773bd13
|
@ -487,7 +487,7 @@ void QQuickAction::setCheckable(bool checkable)
|
|||
|
||||
\code
|
||||
Action {
|
||||
sequence: "Ctrl+E,Ctrl+W"
|
||||
shortcut: "Ctrl+E,Ctrl+W"
|
||||
onTriggered: edit.wrapMode = TextEdit.Wrap
|
||||
}
|
||||
\endcode
|
||||
|
|
Loading…
Reference in New Issue