diff options
author | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-17 10:24:44 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@nokia.com> | 2011-03-17 10:24:44 (GMT) |
commit | 868a45e6903077756daa165126b5fbdbdcf6719c (patch) | |
tree | 88725044c5b3d4c398a2ed2e1acac20e4c8377c4 /doc/src | |
parent | 2b0bfcf72f145b6948d9cdfd2db6c9f2e10b5def (diff) | |
download | Qt-868a45e6903077756daa165126b5fbdbdcf6719c.zip Qt-868a45e6903077756daa165126b5fbdbdcf6719c.tar.gz Qt-868a45e6903077756daa165126b5fbdbdcf6719c.tar.bz2 |
Doc: Fixed doc bug in undo framework example
Task-number: QTBUG-14580
Diffstat (limited to 'doc/src')
-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 |