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

Method resetExpandedForm

src/filepathdialog.cpp:1170–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168}
1169
1170void FilePathDialog::resetExpandedForm()
1171{
1172 ui->expanded_hid->clear();
1173 ui->expanded_uid->clear();
1174 ui->expanded_cid->clear();
1175 ui->expanded_hidstr->clear();
1176 ui->expanded_uidstr->clear();
1177 ui->expanded_cidstr->clear();
1178}
1179
1180void FilePathDialog::resetAdrForm()
1181{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected