| 157 | } |
| 158 | |
| 159 | void 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 | |
| 169 | void EFIBootEditor::undo() |
| 170 | { |
nothing calls this directly
no outgoing calls
no test coverage detected