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

Method setMarkFindText

src/findwin.cpp:252–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void FindWin::setMarkFindText(QString& text)
253{
254 ui.markTextBox->setEditText(text);
255 addFindHistory(text);
256}
257
258
259void FindWin::disableReplace()

Callers 1

initFindWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected