| 533 | |
| 534 | static bool rememberPasswordForSession = false; |
| 535 | bool WizUserSettings::isRememberNotePasswordForSession() |
| 536 | { |
| 537 | return rememberPasswordForSession; |
| 538 | } |
| 539 | |
| 540 | void WizUserSettings::setRememberNotePasswordForSession(bool remember) |
| 541 | { |
no outgoing calls
no test coverage detected