| 36 | uniqNumber++; |
| 37 | } |
| 38 | CsvUndo::~CsvUndo() { |
| 39 | // CsvWindow::undo() copies CsvUndo::table to windows[]->table, so no delete(table) is needed here |
| 40 | // |
| 41 | } |
| 42 | |
| 43 | void CsvUndo::createUndoStateTable(CsvTable &table, std::string descr) { |
| 44 | size_t size; |
nothing calls this directly
no outgoing calls
no test coverage detected