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

Method resetUsbClassForm

src/filepathdialog.cpp:1280–1287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1278}
1279
1280void FilePathDialog::resetUsbClassForm()
1281{
1282 ui->usb_class_vendor_id->clear();
1283 ui->usb_class_product_id->clear();
1284 ui->usb_class_device_class->clear();
1285 ui->usb_class_device_subclass->clear();
1286 ui->usb_class_device_protocol->clear();
1287}
1288
1289void FilePathDialog::resetUsbWwidForm()
1290{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected