| 677 | .toBool(); |
| 678 | } |
| 679 | void QtPassSettings::setLessRandom(const bool &lessRandom) { |
| 680 | getInstance()->setValue(SettingsConstants::lessRandom, lessRandom); |
| 681 | } |
| 682 | |
| 683 | auto QtPassSettings::isUseSymbols(const bool &defaultValue) -> bool { |
| 684 | return getInstance() |
nothing calls this directly
no outgoing calls
no test coverage detected