mirror of https://github.com/qt/qtbase.git
Fix a typo
This commit is contained in:
parent
d624592ca4
commit
735014144a
|
@ -830,7 +830,7 @@ int QUndoStack::index() const
|
||||||
/*!
|
/*!
|
||||||
Repeatedly calls undo() or redo() until the current command index reaches
|
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
|
\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()
|
\sa index(), count(), undo(), redo()
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue