| 23 | } |
| 24 | |
| 25 | int ValueTableModel::rowCount(const QModelIndex &parent) const |
| 26 | { |
| 27 | Q_UNUSED(parent); |
| 28 | return rootItem->childCount(); |
| 29 | } |
| 30 | |
| 31 | int ValueTableModel::columnCount(const QModelIndex &parent) const |
| 32 | { |
nothing calls this directly
no test coverage detected