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

Method getUserDisplayName

src/database/WizDatabase.cpp:3007–3011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3005}
3006
3007bool WizDatabase::getUserDisplayName(QString &strDisplayName)
3008{
3009 strDisplayName = getMetaDef(g_strAccountSection, "DISPLAYNAME");
3010 return true;
3011}
3012
3013QString WizDatabase::getUserAlias()
3014{

Callers 4

getDocumentOwnerAliasMethod · 0.80
getUserAliasMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected