| 19 | } |
| 20 | |
| 21 | int StructDetailModel::columnCount(const QModelIndex& parent) const |
| 22 | { |
| 23 | (void)parent; |
| 24 | return STRUCT_COL_NUM; |
| 25 | } |
| 26 | |
| 27 | int StructDetailModel::rowCount(const QModelIndex& parent) const |
| 28 | { |
nothing calls this directly
no outgoing calls
no test coverage detected