Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Neverous/efibooteditor
/ resetState
Method
resetState
src/efikeysequenceedit.cpp:105–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
void EFIKeySequenceEdit::resetState()
106
{
107
startKey = -1;
108
lineEdit->setText(_keySequence.toString(true));
109
lineEdit->setPlaceholderText(tr(
"Press hot key"
));
110
}
111
112
void EFIKeySequenceEdit::finishEditing()
113
{
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected