MCPcopy Create free account
hub / github.com/alpha-liu-01/SpeedyNote / clearSequence

Method clearSequence

source/ui/dialogs/KeyCaptureDialog.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void KeyCaptureDialog::clearSequence() {
126 capturedSequence.clear();
127 updateDisplay();
128 setFocus(); // Return focus to dialog for key capture
129}
130
131void KeyCaptureDialog::updateDisplay() {
132 if (capturedSequence.isEmpty()) {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected