| 329 | .toBool(); |
| 330 | } |
| 331 | void QtPassSettings::setUseAutoclear(const bool &useAutoclear) { |
| 332 | getInstance()->setValue(SettingsConstants::useAutoclear, useAutoclear); |
| 333 | } |
| 334 | |
| 335 | auto QtPassSettings::getAutoclearSeconds(const int &defaultValue) -> int { |
| 336 | return getInstance() |
nothing calls this directly
no outgoing calls
no test coverage detected