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

Method getUserAlias

src/gui/documentviewer/WizDocumentWebView.cpp:2483–2487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2481}
2482
2483QString WizDocumentWebView::getUserAlias()
2484{
2485 QString strKbGUID = view()->note().strKbGUID;
2486 return m_dbMgr.db(strKbGUID).getUserAlias();
2487}
2488
2489
2490bool WizDocumentWebView::isPersonalDocument()

Callers 4

onEditorLoadFinishedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected