| 624 | } |
| 625 | |
| 626 | auto QtPassSettings::isUseQrencode(const bool &defaultValue) -> bool { |
| 627 | return getInstance() |
| 628 | ->value(SettingsConstants::useQrencode, defaultValue) |
| 629 | .toBool(); |
| 630 | } |
| 631 | |
| 632 | void QtPassSettings::setUseQrencode(const bool &useQrencode) { |
| 633 | getInstance()->setValue(SettingsConstants::useQrencode, useQrencode); |
nothing calls this directly
no outgoing calls
no test coverage detected