MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / clearUndoList

Method clearUndoList

src/csvwindow.cpp:895–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

893
894
895void CsvWindow::clearUndoList() {
896 CsvUndo ustate;
897 while( !undoList.empty() ) {
898 ustate = undoList.back();
899 // ustate.deleteTable();
900 undoList.pop_back();
901 }
902}
903
904
905

Callers 1

closeWindowMethod · 0.80

Calls 1

pop_backMethod · 0.80

Tested by

no test coverage detected