MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / debugBasicClearHighlights

Method debugBasicClearHighlights

gui/qt/basicdebugger.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void MainWindow::debugBasicClearHighlights() {
115 QList<QTextEdit::ExtraSelection> extraSelections;
116 ui->basicEdit->setExtraSelections(extraSelections);
117 ui->basicTempEdit->setExtraSelections(extraSelections);
118}
119
120void MainWindow::debugBasicGuiState(bool state) {
121 if (state) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected