commit | 06cec4e5eef1195428f1ba6a7e2c4830db93239a | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Thu Feb 24 19:04:32 2022 -0800 |
committer | swissChili <swisschili@fastmail.com> | Thu Feb 24 19:04:32 2022 -0800 |
tree | 9cf5caac2edbad726600a849cbf603ce4328473b | |
parent | 5d3e556a075ee53131e9fa70aef1bbc893aee66a [diff] [blame] |
Add menu, material card
diff --git a/ide/CellModel.cpp b/ide/CellModel.cpp index 0aa29bb..c48953c 100644 --- a/ide/CellModel.cpp +++ b/ide/CellModel.cpp
@@ -152,6 +152,11 @@ insertRow(index); } +void CellModel::deleteCellAt(int index) +{ + removeRow(index); +} + void CellModel::announceCellChange(Cell *cell, int role) { // TODO: Optimize