diff options
Diffstat (limited to 'examples/widgets/doc/src')
| -rw-r--r-- | examples/widgets/doc/src/undoframework.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/undoframework.qdoc b/examples/widgets/doc/src/undoframework.qdoc index 881fa452064..b4e6f3685d9 100644 --- a/examples/widgets/doc/src/undoframework.qdoc +++ b/examples/widgets/doc/src/undoframework.qdoc @@ -113,7 +113,7 @@ The \c createActions() function sets up all the examples actions in the manner shown above. The \l{QUndoStack::}{createUndoAction()} and - \l{QUndoStack::}{createRedoAction()} helps us crate actions that + \l{QUndoStack::}{createRedoAction()} methods help us create actions that are disabled and enabled based on the state of the stack. Also, the text of the action will be updated automatically based on the \l{QUndoCommand::}{text()} of the undo commands. For the other |
