MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / onAddClicked

Method onAddClicked

src/interface/fragment/PresetFragment.cpp:64–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void PresetFragment::onAddClicked()
65{
66 if(ui->presetName->text().isEmpty())
67 {
68 return;
69 }
70
71 PresetManager::instance().save(ui->presetName->text());
72 ui->presetName->text() = "";
73}
74
75void PresetFragment::onRemoveClicked()
76{

Callers

nothing calls this directly

Calls 3

textMethod · 0.80
isEmptyMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected