| 640 | .toString(); |
| 641 | } |
| 642 | void QtPassSettings::setQrencodeExecutable(const QString &qrencodeExecutable) { |
| 643 | getInstance()->setValue(SettingsConstants::qrencodeExecutable, |
| 644 | qrencodeExecutable); |
| 645 | } |
| 646 | |
| 647 | auto QtPassSettings::isUsePwgen(const bool &defaultValue) -> bool { |
| 648 | return getInstance() |
nothing calls this directly
no outgoing calls
no test coverage detected