| 235 | setValue(displayValue / 100); |
| 236 | } |
| 237 | std::string getLabel() override { |
| 238 | return string::translate("MenuBar.view.cableOpacity"); |
| 239 | } |
| 240 | std::string getUnit() override { |
| 241 | return "%"; |
| 242 | } |
nothing calls this directly
no test coverage detected