MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / setHighlightText

Method setHighlightText

html/noteformatter.cpp:785–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

783
784
785void NoteFormatter::setHighlightText(QString text) {
786 QLOG_TRACE_IN();
787 QStringList temp = text.split(" ");
788 for (int i=0; i<temp.size(); i++) {
789 if (temp[i].trimmed() != "")
790 highlightWords.append(temp[i]);
791 }
792 QLOG_TRACE_OUT();
793}

Callers 1

setContentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected