MCPcopy Create free account
hub / github.com/QNapi/qnapi / clearAll

Method clearAll

gui/src/forms/subdatawidget.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22subDataWidget::~subDataWidget() { delete ui; }
23
24void subDataWidget::clearAll() {
25 ui->place1->clear();
26 ui->place2->clear();
27 ui->place3->clear();
28 ui->place4->clear();
29}
30
31void subDataWidget::setSubData(const QIcon &stateIcon, QString name,
32 const QIcon &langIcon, const QIcon &engineIcon) {

Callers 1

setSubDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected