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

Method optionalDataEdited

src/bootentryform.cpp:127–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void BootEntryForm::optionalDataEdited()
128{
129 if(!isEnabled() || changing_optional_data_format)
130 return;
131
132 entries_list_model->setEntryOptionalData(current_index, ui->optional_data_text->toPlainText());
133}
134
135void BootEntryForm::setAttribute(int)
136{

Callers

nothing calls this directly

Calls 1

setEntryOptionalDataMethod · 0.80

Tested by

no test coverage detected