| 77 | } |
| 78 | |
| 79 | void ComponentListComponent::setRowHeight(int row, unsigned int size) |
| 80 | { |
| 81 | mRowHeights[row] = size; |
| 82 | updateSize(); |
| 83 | } |
| 84 | |
| 85 | void ComponentListComponent::setColumnWidth(int col, unsigned int size) |
| 86 | { |
nothing calls this directly
no outgoing calls
no test coverage detected