| 465 | } |
| 466 | |
| 467 | void MainWindow::debugBasicToggleHighlight(bool enabled) { |
| 468 | m_basicShowHighlighted = enabled; |
| 469 | ui->basicEdit->toggleHighlight(); |
| 470 | ui->basicTempEdit->toggleHighlight(); |
| 471 | } |
| 472 | |
| 473 | void MainWindow::debugBasicToggleShowFetch(bool enabled) { |
| 474 | m_basicClearCache = true; |
nothing calls this directly
no test coverage detected