This method should only be called by the view. This method does not change the view, it only changes the * values that are saved when the matrix is saved. The view * has to take care of reading and applying these values */
| 595 | * values that are saved when the matrix is saved. The view |
| 596 | * has to take care of reading and applying these values */ |
| 597 | void Matrix::setRowHeight(int row, int height) { |
| 598 | Q_D(Matrix); |
| 599 | d->setRowHeight(row, height); |
| 600 | } |
| 601 | |
| 602 | //! This method should only be called by the view. |
| 603 | /** This method does not change the view, it only changes the |
no outgoing calls
no test coverage detected