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

Method updateListForAll

scripts/config/qconf.cc:465–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465void ConfigList::updateListForAll()
466{
467 QListIterator<ConfigList *> it(allLists);
468
469 while (it.hasNext()) {
470 ConfigList *list = it.next();
471
472 list->updateList();
473 }
474}
475
476void ConfigList::updateListAllForAll()
477{

Callers

nothing calls this directly

Calls 1

updateListMethod · 0.80

Tested by

no test coverage detected