| 268 | setValue(displayValue / 100); |
| 269 | } |
| 270 | std::string getLabel() override { |
| 271 | return string::translate("MenuBar.view.cableTension"); |
| 272 | } |
| 273 | std::string getUnit() override { |
| 274 | return "%"; |
| 275 | } |
nothing calls this directly
no test coverage detected