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

Method document

src/common/find/outputdocumentfind.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36QTextDocument *OutputDocumentFindPrivate::document() const
37{
38 Q_ASSERT(textEdit);
39 return textEdit->document();
40}
41
42void OutputDocumentFindPrivate::setTextCursor(const QTextCursor &cursor)
43{

Callers 1

findStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected