MCPcopy Create free account
hub / github.com/IJHack/QtPass / setLessRandom

Method setLessRandom

src/qtpasssettings.cpp:679–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677 .toBool();
678}
679void QtPassSettings::setLessRandom(const bool &lessRandom) {
680 getInstance()->setValue(SettingsConstants::lessRandom, lessRandom);
681}
682
683auto QtPassSettings::isUseSymbols(const bool &defaultValue) -> bool {
684 return getInstance()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected