| 83 | void closeAndClearSettings(); |
| 84 | |
| 85 | void onMenuResetView(bool checked) |
| 86 | { |
| 87 | const auto v = this->getCurrentActiveView(); |
| 88 | if (v) |
| 89 | v->resetView(checked); |
| 90 | } |
| 91 | void onMenuZoomToFit(bool checked) |
| 92 | { |
| 93 | const auto v = this->getCurrentActiveView(); |
nothing calls this directly
no test coverage detected