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

Method getNextBoot

src/bootentrywidget.cpp:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64auto BootEntryWidget::getNextBoot() const -> bool
65{
66 return ui->next_boot->isChecked();
67}
68
69void BootEntryWidget::setNextBoot(bool next_boot)
70{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected