| 1216 | } |
| 1217 | |
| 1218 | void splitViewWidget::toggleZoomBox(bool) |
| 1219 | { |
| 1220 | this->setDrawZoomBox(!this->drawZoomBox, true, true); |
| 1221 | } |
| 1222 | |
| 1223 | void splitViewWidget::toggleSeparateWindow(bool checked) |
| 1224 | { |
nothing calls this directly
no test coverage detected