Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void BootEntryWidget::setIndex(const uint32_t index)
39
{
40
ui->index->setText(toHex(index, 4));
41
}
42
43
void BootEntryWidget::setDescription(const QString &description)
44
{
Callers
nothing calls this directly
Calls
1
toHex
Function · 0.85
Tested by
no test coverage detected