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

Method removeCurrentBootEntry

src/efibooteditor.cpp:353–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353void EFIBootEditor::removeCurrentBootEntry()
354{
355 auto [name, list, model] = currentBootEntryList();
356 Q_UNUSED(name)
357 if(model.options & BootEntryListModel::Option::ReadOnly)
358 return;
359
360 list.removeCurrentRow();
361}
362
363void EFIBootEditor::moveCurrentBootEntryUp()
364{

Callers

nothing calls this directly

Calls 1

removeCurrentRowMethod · 0.45

Tested by

no test coverage detected