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

Method getContentsPlainText

exits/exitpoint.cpp:154–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152
153
154QString ExitPoint_NoteEdit::getContentsPlainText() {
155 if (!contents_isSet)
156 return "";
157 QTextDocument doc;
158 doc.setHtml(contents);
159 return doc.toPlainText();
160}
161
162
163void ExitPoint_NoteEdit::setContentsDirty(bool value) {

Callers 1

save_note.jsFile · 0.80

Calls 1

setHtmlMethod · 0.45

Tested by

no test coverage detected