From 0328eec6a4efd52a8b75fa25b65e4cb3c28b96b3 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Sun, 10 Apr 2016 12:11:53 +0200 Subject: Improve grammar in QUndoStack::beginMacro() documentation Change-Id: I4e27014a9a39abc03cee25f9753a46225efa43b9 Reviewed-by: Venugopal Shivashankar --- src/widgets/util/qundostack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/util') diff --git a/src/widgets/util/qundostack.cpp b/src/widgets/util/qundostack.cpp index 5163783b0b..5bcfa57b37 100644 --- a/src/widgets/util/qundostack.cpp +++ b/src/widgets/util/qundostack.cpp @@ -924,7 +924,7 @@ QAction *QUndoStack::createRedoAction(QObject *parent, const QString &prefix) co Calls to beginMacro() and endMacro() may be nested, but every call to beginMacro() must have a matching call to endMacro(). - While a macro is composed, the stack is disabled. This means that: + While a macro is being composed, the stack is disabled. This means that: \list \li indexChanged() and cleanChanged() are not emitted, \li canUndo() and canRedo() return false, -- cgit v1.2.3