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

Method setIndex

src/bootentrywidget.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void BootEntryWidget::setIndex(const uint32_t index)
39{
40 ui->index->setText(toHex(index, 4));
41}
42
43void BootEntryWidget::setDescription(const QString &description)
44{

Callers

nothing calls this directly

Calls 1

toHexFunction · 0.85

Tested by

no test coverage detected