Skip to content
Commit f9b918fa authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kconfig: qconf: move ConfigView::updateList(All) to ConfigList class



ConfigView::updateList() iterates over all views, and then calls
updateList() against for its ConfigList instance.

This means there is no point to implement it in the ConfigView class.

Move and rename as follows:

  ConfigView::updateList()     -> ConfigList::updateListForAll()
  ConfigView::updateListAll()  -> ConfigList::updateListAllForAll()

I used QList to contain all ConfigList instances.

Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 6a143041
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment