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

Method setTextCursor

src/common/find/outputdocumentfind.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void OutputDocumentFindPrivate::setTextCursor(const QTextCursor &cursor)
43{
44 Q_ASSERT(textEdit);
45 textEdit->setTextCursor(cursor);
46}
47
48void OutputDocumentFindPrivate::find(const QString &txt, QTextCursor start, bool isBackward)
49{

Callers 2

findStringFunction · 0.80
setGitInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected