MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / onSavePathsClicked

Method onSavePathsClicked

src/interface/fragment/SettingsFragment.cpp:295–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void SettingsFragment::onSavePathsClicked()
296{
297 AppConfig::instance().setIrsPath(ui->irspath->text());
298 AppConfig::instance().setVdcPath(ui->ddcpath->text());
299 AppConfig::instance().setLiveprogPath(ui->liveprog_path->text());
300}
301
302void SettingsFragment::onExtractAssetsClicked()
303{

Callers

nothing calls this directly

Calls 1

textMethod · 0.80

Tested by

no test coverage detected