| 630 | } |
| 631 | |
| 632 | void QtPassSettings::setUseQrencode(const bool &useQrencode) { |
| 633 | getInstance()->setValue(SettingsConstants::useQrencode, useQrencode); |
| 634 | } |
| 635 | |
| 636 | auto QtPassSettings::getQrencodeExecutable(const QString &defaultValue) |
| 637 | -> QString { |
nothing calls this directly
no outgoing calls
no test coverage detected