MCPcopy Create free account
hub / github.com/IJHack/QtPass / getGitExecutable

Method getGitExecutable

src/qtpasssettings.cpp:503–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503auto QtPassSettings::getGitExecutable(const QString &defaultValue) -> QString {
504 return getInstance()
505 ->value(SettingsConstants::gitExecutable, defaultValue)
506 .toString();
507}
508void QtPassSettings::setGitExecutable(const QString &gitExecutable) {
509 getInstance()->setValue(SettingsConstants::gitExecutable, gitExecutable);
510}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected