| 125 | } |
| 126 | |
| 127 | void 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 | |
| 135 | void BootEntryForm::setAttribute(int) |
| 136 | { |
nothing calls this directly
no test coverage detected