clearUndoStack method

void clearUndoStack()

Clear undoStack;

Implementation

void clearUndoStack() {
  _undoQueue.clear();
  _redoQueue.clear();
}