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

Method setNextBoot

src/bootentrywidget.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void BootEntryWidget::setNextBoot(bool next_boot)
70{
71 ui->next_boot->setChecked(next_boot);
72}
73
74auto BootEntryWidget::getCurrentBoot() const -> bool
75{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected