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