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

Method setBootOptionSupport

src/efibootdata.cpp:993–1000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991}
992
993void EFIBootData::setBootOptionSupport(uint32_t flags)
994{
995 if(boot_option_support == flags)
996 return;
997
998 boot_option_support = flags;
999 Q_EMIT bootOptionSupportChanged(boot_option_support);
1000}
1001
1002void EFIBootData::setOsIndicationsSupported(uint64_t value)
1003{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected