| 634 | } |
| 635 | |
| 636 | auto QtPassSettings::getQrencodeExecutable(const QString &defaultValue) |
| 637 | -> QString { |
| 638 | return getInstance() |
| 639 | ->value(SettingsConstants::qrencodeExecutable, defaultValue) |
| 640 | .toString(); |
| 641 | } |
| 642 | void QtPassSettings::setQrencodeExecutable(const QString &qrencodeExecutable) { |
| 643 | getInstance()->setValue(SettingsConstants::qrencodeExecutable, |
| 644 | qrencodeExecutable); |
nothing calls this directly
no outgoing calls
no test coverage detected