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

Method switchBootEntryEditor

src/efibooteditor.cpp:209–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void EFIBootEditor::switchBootEntryEditor(int index)
210{
211 auto [name, list, model] = getBootEntryList(index);
212 Q_UNUSED(name)
213 ui->entry_form->setBootEntryListModel(model);
214 enableBootEntryEditor(list.currentIndex());
215 ui->entries_actions->setDisabled(model.options & BootEntryListModel::Option::ReadOnly);
216}
217
218void EFIBootEditor::save()
219{

Callers

nothing calls this directly

Calls 1

setBootEntryListModelMethod · 0.45

Tested by

no test coverage detected