Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/gui/util/qundostack.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,7 @@ int QUndoStack::index() const
/*!
Repeatedly calls undo() or redo() until the current command index reaches
\a idx. This function can be used to roll the state of the document forwards
of backwards. indexChanged() is emitted only once.
or backwards. indexChanged() is emitted only once.

\sa index(), count(), undo(), redo()
*/
Expand Down