MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setDoc

Method setDoc

src/eepp/ui/tools/uidocfindreplace.cpp:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void UIDocFindReplace::setDoc( const std::shared_ptr<Doc::TextDocument>& doc ) {
164 mDoc = doc;
165}
166
167UIDocFindReplace::UIDocFindReplace( UIWidget* parent, const std::shared_ptr<Doc::TextDocument>& doc,
168 std::unordered_map<std::string, std::string> keybindings ) :

Callers 1

onDocumentChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected