Skip to content

Commit bae6076

Browse files
author
sunmeng
committed
Fix a typo
1 parent d624592 commit bae6076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/util/qundostack.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ int QUndoStack::index() const
830830
/*!
831831
Repeatedly calls undo() or redo() until the current command index reaches
832832
\a idx. This function can be used to roll the state of the document forwards
833-
of backwards. indexChanged() is emitted only once.
833+
or backwards. indexChanged() is emitted only once.
834834
835835
\sa index(), count(), undo(), redo()
836836
*/

0 commit comments

Comments
 (0)