MCPcopy 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
105void EFIKeySequenceEdit::resetState()
106{
107 startKey = -1;
108 lineEdit->setText(_keySequence.toString(true));
109 lineEdit->setPlaceholderText(tr("Press hot key"));
110}
111
112void EFIKeySequenceEdit::finishEditing()
113{

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected