| 15 | } |
| 16 | |
| 17 | ValueTableModel::~ValueTableModel() |
| 18 | { |
| 19 | if(rootItem) { |
| 20 | delete rootItem; |
| 21 | rootItem = nullptr; |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | int ValueTableModel::rowCount(const QModelIndex &parent) const |
| 26 | { |
nothing calls this directly
no outgoing calls
no test coverage detected