| 305 | } |
| 306 | |
| 307 | void |
| 308 | SymViewTab::onOffsetChanged(unsigned int offset) |
| 309 | { |
| 310 | if (!this->scrolling) |
| 311 | this->ui->symViewScrollBar->setValue(static_cast<int>(offset)); |
| 312 | |
| 313 | this->ui->offsetSpin->setValue(static_cast<int>(offset)); |
| 314 | } |
| 315 | |
| 316 | void |
| 317 | SymViewTab::onHOffsetChanged(int offset) |
no test coverage detected