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

Method debugBasicToggleHighlight

gui/qt/basicdebugger.cpp:467–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467void MainWindow::debugBasicToggleHighlight(bool enabled) {
468 m_basicShowHighlighted = enabled;
469 ui->basicEdit->toggleHighlight();
470 ui->basicTempEdit->toggleHighlight();
471}
472
473void MainWindow::debugBasicToggleShowFetch(bool enabled) {
474 m_basicClearCache = true;

Callers

nothing calls this directly

Calls 1

toggleHighlightMethod · 0.80

Tested by

no test coverage detected