-----------------------------------------------------------------------------
| 55 | |
| 56 | //----------------------------------------------------------------------------- |
| 57 | void pqPythonUndoCommand::redo() |
| 58 | { |
| 59 | this->swapImpl(this->CurrentHistoryEntry); |
| 60 | this->Text.document()->setModified(true); |
| 61 | } |
no test coverage detected