MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onClear

Method onClear

Components/LogDialog.cpp:192–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192void
193LogDialog::onClear(void)
194{
195 this->ui->logTableWidget->setRowCount(0);
196 this->msgVec.clear();
197}
198
199void
200LogDialog::onSave(void)

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected