| 672 | } |
| 673 | |
| 674 | auto QtPassSettings::isLessRandom(const bool &defaultValue) -> bool { |
| 675 | return getInstance() |
| 676 | ->value(SettingsConstants::lessRandom, defaultValue) |
| 677 | .toBool(); |
| 678 | } |
| 679 | void QtPassSettings::setLessRandom(const bool &lessRandom) { |
| 680 | getInstance()->setValue(SettingsConstants::lessRandom, lessRandom); |
| 681 | } |
nothing calls this directly
no outgoing calls
no test coverage detected