| 604 | } |
| 605 | |
| 606 | void MatrixView::handleVerticalSectionResized(int logicalIndex, int /*oldSize*/, int newSize) { |
| 607 | m_matrix->setRowHeight(logicalIndex, newSize); |
| 608 | } |
| 609 | |
| 610 | void MatrixView::fillWithFunctionValues() { |
| 611 | #ifndef SDK |
nothing calls this directly
no test coverage detected