| 510 | } |
| 511 | |
| 512 | auto QtPassSettings::getGpgExecutable(const QString &defaultValue) -> QString { |
| 513 | return getInstance() |
| 514 | ->value(SettingsConstants::gpgExecutable, defaultValue) |
| 515 | .toString(); |
| 516 | } |
| 517 | void QtPassSettings::setGpgExecutable(const QString &gpgExecutable) { |
| 518 | getInstance()->setValue(SettingsConstants::gpgExecutable, gpgExecutable); |
| 519 | } |
nothing calls this directly
no outgoing calls
no test coverage detected