MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / findNext

Method findNext

src/common/find/outputdocumentfind.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void OutputDocumentFind::findNext(const QString &txt)
113{
114 d->find(txt, d->textCursor(), false);
115}
116
117void OutputDocumentFind::findPrevious(const QString &txt)
118{

Callers

nothing calls this directly

Calls 2

textCursorMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected