MCPcopy Create free account
hub / github.com/Entware/Entware / saveConfig

Method saveConfig

scripts/config/qconf.cc:1558–1567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1556}
1557
1558bool ConfigMainWindow::saveConfig(void)
1559{
1560 if (conf_write(configname)) {
1561 QMessageBox::information(this, "qconf", "Unable to save configuration!");
1562 return false;
1563 }
1564 conf_write_autoconf(0);
1565
1566 return true;
1567}
1568
1569void ConfigMainWindow::saveConfigAs(void)
1570{

Callers

nothing calls this directly

Calls 2

conf_writeFunction · 0.85
conf_write_autoconfFunction · 0.85

Tested by

no test coverage detected