| 581 | } |
| 582 | |
| 583 | void UEFITool::openImageFile() |
| 584 | { |
| 585 | QString path = QFileDialog::getOpenFileName(this, tr("Open BIOS image file"), currentDir, "BIOS image files (*.rom *.bin *.cap *.bio *.fd *.wph *.dec);;All files (*)"); |
| 586 | openImageFile(path); |
| 587 | } |
| 588 | |
| 589 | void UEFITool::openImageFileInNewWindow() |
| 590 | { |
no test coverage detected