summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-10 12:11:53 +0200
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-04-11 10:44:08 +0000
commit0328eec6a4efd52a8b75fa25b65e4cb3c28b96b3 (patch)
treefad511dfbd5acc4f598aee7947f4f7921234357d
parent093eec6fedd46d4065056376c5d9b56deb249fae (diff)
Improve grammar in QUndoStack::beginMacro() documentation
Change-Id: I4e27014a9a39abc03cee25f9753a46225efa43b9 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--src/widgets/util/qundostack.cpp2
1 files changed, 1 insertions, 1 deletions
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,