Improve grammar in QUndoStack::beginMacro() documentation

Change-Id: I4e27014a9a39abc03cee25f9753a46225efa43b9
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
bb10
Mitch Curtis 2016-04-10 12:11:53 +02:00
parent 093eec6fed
commit 0328eec6a4
1 changed files with 1 additions and 1 deletions

View File

@ -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,