| 220 | */ |
| 221 | |
| 222 | void KUndo2Command::redo() |
| 223 | { |
| 224 | for (int i = 0; i < d->child_list.size(); ++i) |
| 225 | d->child_list.at(i)->redo(); |
| 226 | } |
| 227 | |
| 228 | /*! |
| 229 | Reverts a change to the document. After undo() is called, the state of |
nothing calls this directly
no test coverage detected