| 348 | .toBool(); |
| 349 | } |
| 350 | void QtPassSettings::setUseAutoclearPanel(const bool &useAutoclearPanel) { |
| 351 | getInstance()->setValue(SettingsConstants::useAutoclearPanel, |
| 352 | useAutoclearPanel); |
| 353 | } |
| 354 | |
| 355 | auto QtPassSettings::getAutoclearPanelSeconds(const int &defaultValue) -> int { |
| 356 | return getInstance() |
nothing calls this directly
no outgoing calls
no test coverage detected