| 1236 | } |
| 1237 | |
| 1238 | void splitViewWidget::resetViewInternal() |
| 1239 | { |
| 1240 | this->setSplittingPoint(0.5); |
| 1241 | MoveAndZoomableView::resetViewInternal(); |
| 1242 | } |
| 1243 | |
| 1244 | void splitViewWidget::zoomToFitInternal() |
| 1245 | { |
nothing calls this directly
no test coverage detected