From bae60769c3b2733da44151962f673761519f0686 Mon Sep 17 00:00:00 2001 From: sunmeng Date: Tue, 20 Aug 2024 09:44:21 +0800 Subject: [PATCH] Fix a typo --- src/gui/util/qundostack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/util/qundostack.cpp b/src/gui/util/qundostack.cpp index 403833d421a..c3fae4d854e 100644 --- a/src/gui/util/qundostack.cpp +++ b/src/gui/util/qundostack.cpp @@ -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() */