| 397 | |
| 398 | |
| 399 | void |
| 400 | SamplerDialog::onSymViewZoomChanged(unsigned int zoom) |
| 401 | { |
| 402 | this->ui->zoomSpin->setValue(static_cast<int>(zoom)); |
| 403 | this->refreshVScrollBar(); |
| 404 | this->refreshHScrollBar(); |
| 405 | } |
| 406 | |
| 407 | void |
| 408 | SamplerDialog::onHoverSymbol(unsigned int index) |
nothing calls this directly
no test coverage detected