| 151 | } |
| 152 | |
| 153 | void 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 | |
| 162 | void CollaborationDocView::handleNoteCreated(const QString &docGuid, const QString &title) |
| 163 | { |
nothing calls this directly
no test coverage detected