MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / createDocument

Method createDocument

src/gui/documentviewer/CollaborationDocView.cpp:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void CollaborationDocView::createDocument(const WIZTAGDATA& tag)
154{
155 m_tag = tag;
156 if (m_doc.strKbGUID.isEmpty())
157 m_doc.strKbGUID = m_dbMgr.db().kbGUID();
158 m_editor->createDocument(m_doc.strKbGUID);
159 m_mode = modeEditor;
160}
161
162void CollaborationDocView::handleNoteCreated(const QString &docGuid, const QString &title)
163{

Callers

nothing calls this directly

Calls 3

isEmptyMethod · 0.80
kbGUIDMethod · 0.45
getUserInfoMethod · 0.45

Tested by

no test coverage detected