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

Method reorder

src/efibooteditor.cpp:159–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void EFIBootEditor::reorder()
160{
161 showConfirmation(
162 tr("Are you sure you want to reorder the boot entries?<br/>All indexes will be overwritten!"),
163 QMessageBox::Yes | QMessageBox::Cancel,
164 QMessageBox::Yes,
165 this,
166 &EFIBootEditor::reorderBootEntries);
167}
168
169void EFIBootEditor::undo()
170{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected