diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-03-17 10:36:51 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-03-17 10:36:51 (GMT) |
commit | 9d323e61847be66dff58939d1ee6ab3787a953d1 (patch) | |
tree | bcbd16ac6865ba0bd8984edb536287a29023273a | |
parent | 8ae48c159f19b1e358e38ac289c10c3b6aa8444f (diff) | |
parent | 5823c6943985861790e81f64085eab15bbd3e39b (diff) | |
download | Qt-9d323e61847be66dff58939d1ee6ab3787a953d1.zip Qt-9d323e61847be66dff58939d1ee6ab3787a953d1.tar.gz Qt-9d323e61847be66dff58939d1ee6ab3787a953d1.tar.bz2 |
Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt-doc-team
* '4.7' of git://scm.dev.nokia.troll.no/qt/qt-doc-team:
Doc: Fixed doc bug in undo framework example
-rw-r--r-- | doc/src/examples/undoframework.qdoc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/examples/undoframework.qdoc b/doc/src/examples/undoframework.qdoc index c5bc279..65104bd 100644 --- a/doc/src/examples/undoframework.qdoc +++ b/doc/src/examples/undoframework.qdoc @@ -199,8 +199,7 @@ \snippet examples/tools/undoframework/commands.cpp 8 - \c undo() removes the item from the scene. We need to update the - scene as ...(ask Andreas) + \c undo() removes the item from the scene. \snippet examples/tools/undoframework/commands.cpp 9 |