Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neverous/efibooteditor
/ resetAtapiForm
Method
resetAtapiForm
src/filepathdialog.cpp:1195–1200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1193
// Messaging
1194
1195
void FilePathDialog::resetAtapiForm()
1196
{
1197
ui->atapi_primary->setChecked(false);
1198
ui->atapi_slave->setChecked(false);
1199
ui->atapi_lun->clear();
1200
}
1201
1202
void FilePathDialog::resetScsiForm()
1203
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected