| 67 | } |
| 68 | |
| 69 | BOOL WizSettings::setEncryptedString(const QString& strSection, const QString& strKey, const QString& str) |
| 70 | { |
| 71 | return setString(strSection, strKey, WizStringToBase64(str)); |
| 72 | } |
| 73 | |
| 74 | void WizSettings::getSections(CWizStdStringArray& arrayAction) |
| 75 | { |
nothing calls this directly
no test coverage detected