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

Method resetRestServiceForm

src/filepathdialog.cpp:1394–1402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1392}
1393
1394void FilePathDialog::resetRestServiceForm()
1395{
1396 ui->rest_service_rest_service->setCurrentIndex(0);
1397 ui->rest_service_access_mode->setCurrentIndex(0);
1398 ui->rest_service_guid->clear();
1399 ui->rest_service_data_format->setCurrentIndex(static_cast<int>(DataFormat::Base64));
1400 rest_service_data_format_index = 0;
1401 ui->rest_service_data->clear();
1402}
1403
1404void FilePathDialog::resetNvmeOfNsForm()
1405{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected