| 125 | v->zoomTo200(checked); |
| 126 | } |
| 127 | void onMenuZoomToCustom(bool checked) |
| 128 | { |
| 129 | const auto v = this->getCurrentActiveView(); |
| 130 | if (v) |
| 131 | v->zoomToCustom(checked); |
| 132 | } |
| 133 | |
| 134 | void openRecentFile(); |
| 135 |
nothing calls this directly
no test coverage detected