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

Method onAddEntry

Components/DeviceTweaks.cpp:155–160  ·  view source on GitHub ↗

////////////////////////////// Slots //////////////////////////////////////

Source from the content-addressed store, hash-verified

153
154/////////////////////////////////// Slots //////////////////////////////////////
155void
156DeviceTweaks::onAddEntry(void)
157{
158 this->ui->tableWidget->insertRow(this->ui->tableWidget->rowCount());
159 this->changed = true;
160}
161
162void
163DeviceTweaks::onRemoveEntry(void)

Callers

nothing calls this directly

Calls 1

rowCountMethod · 0.45

Tested by

no test coverage detected