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

Method resetMemoryMappedForm

src/filepathdialog.cpp:1144–1149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1142}
1143
1144void FilePathDialog::resetMemoryMappedForm()
1145{
1146 ui->memory_mapped_memory_type->setCurrentIndex(0);
1147 ui->memory_mapped_start_address->clear();
1148 ui->memory_mapped_end_address->clear();
1149}
1150
1151void FilePathDialog::resetControllerForm()
1152{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected