| 345 | } |
| 346 | |
| 347 | void TabStructures::onAnalysisFinished() |
| 348 | { |
| 349 | onBufferTimeout(); |
| 350 | on_tabWidget_currentChanged(-1); |
| 351 | ui->treeStructs->setSortingEnabled(true); |
| 352 | ui->treeQuads->setSortingEnabled(true); |
| 353 | ui->pushStart->setChecked(false); |
| 354 | ui->pushStart->setText(tr("Analyze")); |
| 355 | } |
| 356 | |
| 357 | void TabStructures::onBufferTimeout() |
| 358 | { |
nothing calls this directly
no outgoing calls
no test coverage detected