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

Method setReadOnly

src/bootentrywidget.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void BootEntryWidget::setReadOnly(bool readonly)
23{
24 ui->next_boot->setDisabled(readonly);
25}
26
27void BootEntryWidget::showBootOptions(bool is_boot)
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected