| 11 | SliderContainer::~SliderContainer() = default; |
| 12 | |
| 13 | void SliderContainer::paint (Graphics& g) |
| 14 | { |
| 15 | g.fillAll(Colours::white); |
| 16 | } |
| 17 | |
| 18 | void SliderContainer::resized() |
| 19 | { |
nothing calls this directly
no outgoing calls
no test coverage detected