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:
Nico Vertriest 2019-06-18 14:00:33 +02:00
parent 48f587be28
commit 188773bd13
1 changed files with 1 additions and 1 deletions

View File

@ -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