| 491 | } |
| 492 | |
| 493 | void |
| 494 | TimeWindow::setPaletteContrast(int contrast) |
| 495 | { |
| 496 | this->ui->contrastSlider->setValue(contrast); |
| 497 | this->onChangePaletteContrast(contrast); |
| 498 | } |
| 499 | |
| 500 | void |
| 501 | TimeWindow::setColorConfig(ColorConfig const &cfg) |
nothing calls this directly
no test coverage detected