MCPcopy Create free account
hub / github.com/cxasm/notepad-- / insertToFindReplaceTable

Method insertToFindReplaceTable

src/batchfindreplace.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70void BatchFindReplace::insertToFindReplaceTable(QStringList& replaceKeyword)
71{
72 for (int i = 0; i < replaceKeyword.size(); ++i)
73 {
74 insertToReplaceTable(i, replaceKeyword.at(i));
75 }
76}
77
78
79void BatchFindReplace::appendToFindReplaceTable(QStringList& findKeyword)

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected