| 501 | } |
| 502 | |
| 503 | auto QtPassSettings::getGitExecutable(const QString &defaultValue) -> QString { |
| 504 | return getInstance() |
| 505 | ->value(SettingsConstants::gitExecutable, defaultValue) |
| 506 | .toString(); |
| 507 | } |
| 508 | void QtPassSettings::setGitExecutable(const QString &gitExecutable) { |
| 509 | getInstance()->setValue(SettingsConstants::gitExecutable, gitExecutable); |
| 510 | } |
nothing calls this directly
no outgoing calls
no test coverage detected