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

Method resetUnknownForm

src/filepathdialog.cpp:1488–1495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1486}
1487
1488void FilePathDialog::resetUnknownForm()
1489{
1490 ui->unknown_type->clear();
1491 ui->unknown_subtype->clear();
1492 ui->unknown_data_format->setCurrentIndex(static_cast<int>(DataFormat::Base64));
1493 unknown_data_format_index = 0;
1494 ui->unknown_data->clear();
1495}
1496
1497void FilePathDialog::refreshDiskCombo(bool force)
1498{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected