MCPcopy Create free account
hub / github.com/Neverous/efibooteditor / refreshBootEntryEditor

Method refreshBootEntryEditor

src/efibooteditor.cpp:201–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201void EFIBootEditor::refreshBootEntryEditor()
202{
203 auto [name, list, model] = currentBootEntryList();
204 Q_UNUSED(name)
205 Q_UNUSED(model)
206 enableBootEntryEditor(list.currentIndex());
207}
208
209void EFIBootEditor::switchBootEntryEditor(int index)
210{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected