| 202 | setValue(std::log2(displayValue / 100)); |
| 203 | } |
| 204 | std::string getLabel() override { |
| 205 | return string::translate("MenuBar.view.zoom"); |
| 206 | } |
| 207 | std::string getUnit() override { |
| 208 | return "%"; |
| 209 | } |
nothing calls this directly
no test coverage detected