| 72 | } |
| 73 | |
| 74 | auto BootEntryWidget::getCurrentBoot() const -> bool |
| 75 | { |
| 76 | return ui->current_boot->isChecked(); |
| 77 | } |
| 78 | |
| 79 | void BootEntryWidget::setCurrentBoot(bool current_boot) |
| 80 | { |
nothing calls this directly
no outgoing calls
no test coverage detected