| 112 | } |
| 113 | |
| 114 | void MainWindow::debugBasicClearHighlights() { |
| 115 | QList<QTextEdit::ExtraSelection> extraSelections; |
| 116 | ui->basicEdit->setExtraSelections(extraSelections); |
| 117 | ui->basicTempEdit->setExtraSelections(extraSelections); |
| 118 | } |
| 119 | |
| 120 | void MainWindow::debugBasicGuiState(bool state) { |
| 121 | if (state) { |
nothing calls this directly
no outgoing calls
no test coverage detected