-----------------------------------------------------------------------------
| 47 | |
| 48 | //----------------------------------------------------------------------------- |
| 49 | void pqPythonUndoCommand::undo() |
| 50 | { |
| 51 | this->swapImpl(this->LastHistoryEntry); |
| 52 | this->TextLastHystoryEntry = this->LastHistoryEntry; |
| 53 | this->Text.document()->setModified(true); |
| 54 | } |
| 55 | |
| 56 | //----------------------------------------------------------------------------- |
| 57 | void pqPythonUndoCommand::redo() |
no test coverage detected