| 372 | } |
| 373 | |
| 374 | void SidepanelReplay::on_tableView_clicked(const QModelIndex &index) |
| 375 | { |
| 376 | // disable during play |
| 377 | if( !ui->pushButtonPlay->isChecked()) |
| 378 | { |
| 379 | onRowChanged( index.row() ); |
| 380 | updatedSpinAndSlider( index.row() ); |
| 381 | } |
| 382 | } |
| 383 | |
| 384 | void SidepanelReplay::onTimerUpdate() |
| 385 | { |
nothing calls this directly
no outgoing calls
no test coverage detected