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

Method debugBasicClearEdits

gui/qt/basicdebugger.cpp:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void MainWindow::debugBasicClearEdits() {
108 ui->basicEdit->clear();
109 ui->basicTempEdit->clear();
110 ui->labelBasicStatus->setText(tr("No Basic Program Executing."));
111 m_basicCodeIndex = 0;
112}
113
114void MainWindow::debugBasicClearHighlights() {
115 QList<QTextEdit::ExtraSelection> extraSelections;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected