redo method

bool redo()

Executes redo of the last undone action

Implementation

bool redo() {
  return _undoRedoManager.redo(this);
}