MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / returnPressed

Method returnPressed

src/widgets/QuickFindWidget.cpp:315–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315void QuickFindWidget::returnPressed()
316{
317 if (QGuiApplication::keyboardModifiers() & Qt::ShiftModifier) {
318 navigateToPrevMatch();
319 }
320 else {
321 navigateToNextMatch(true);
322 }
323}
324
325void QuickFindWidget::clearHighlights()
326{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected