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

Method setEncryptedString

src/share/WizSettings.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69BOOL WizSettings::setEncryptedString(const QString& strSection, const QString& strKey, const QString& str)
70{
71 return setString(strSection, strKey, WizStringToBase64(str));
72}
73
74void WizSettings::getSections(CWizStdStringArray& arrayAction)
75{

Callers

nothing calls this directly

Calls 1

WizStringToBase64Function · 0.85

Tested by

no test coverage detected