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

Method resetHdForm

src/filepathdialog.cpp:1413–1421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1411// Media
1412
1413void FilePathDialog::resetHdForm()
1414{
1415 refreshDiskCombo(false);
1416 signatureTypeChoiceChanged(ui->hd_signature_type->currentIndex());
1417 ui->hd_partition_number->clear();
1418 ui->hd_partition_start->clear();
1419 ui->hd_partition_size->clear();
1420 ui->hd_signature_type->setCurrentIndex(0);
1421}
1422
1423void FilePathDialog::resetCdRomForm()
1424{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected