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

Method updateListAllForAll

scripts/config/qconf.cc:476–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476void ConfigList::updateListAllForAll()
477{
478 QListIterator<ConfigList *> it(allLists);
479
480 while (it.hasNext()) {
481 ConfigList *list = it.next();
482
483 list->updateList();
484 }
485}
486
487void ConfigList::setValue(ConfigItem* item, tristate val)
488{

Callers

nothing calls this directly

Calls 1

updateListMethod · 0.80

Tested by

no test coverage detected