| 199 | } |
| 200 | |
| 201 | void EFIBootEditor::refreshBootEntryEditor() |
| 202 | { |
| 203 | auto [name, list, model] = currentBootEntryList(); |
| 204 | Q_UNUSED(name) |
| 205 | Q_UNUSED(model) |
| 206 | enableBootEntryEditor(list.currentIndex()); |
| 207 | } |
| 208 | |
| 209 | void EFIBootEditor::switchBootEntryEditor(int index) |
| 210 | { |
nothing calls this directly
no outgoing calls
no test coverage detected