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

Method AddNote

cmdtools/addnote.cpp:30–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28extern Global global;
29
30AddNote::AddNote(QObject *parent) :
31 QObject(parent)
32{
33 title = tr("Untitled Note");
34 created = QDateTime::currentDateTime().toString("yyyy-MM-ddTHH:mm:ss.zzzZ");
35 updated = QDateTime::currentDateTime().toString("yyyy-MM-ddTHH:mm:ss.zzzZ");
36 reminder = "";
37 attachmentDelimiter = "%%";
38 lid = 0;
39}
40
41
42

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected