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

Method NoteFormatter

html/noteformatter.cpp:48–60  ·  view source on GitHub ↗

Constructor. */

Source from the content-addressed store, hash-verified

46
47/* Constructor. */
48NoteFormatter::NoteFormatter(QObject *parent) :
49 QObject(parent)
50{
51 thumbnail = false;
52 this->setNoteHistory(false);
53 this->noteHistory = false;
54 this->pdfPreview = true;
55 this->readOnly = false;
56 this->formatError = false;
57 this->inkNote = false;
58 this->resourceError = false;
59 this->resourceHighlight = false;
60}
61
62
63 /*

Callers

nothing calls this directly

Calls 1

setNoteHistoryMethod · 0.95

Tested by

no test coverage detected