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

Method getGpgExecutable

src/qtpasssettings.cpp:512–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512auto QtPassSettings::getGpgExecutable(const QString &defaultValue) -> QString {
513 return getInstance()
514 ->value(SettingsConstants::gpgExecutable, defaultValue)
515 .toString();
516}
517void QtPassSettings::setGpgExecutable(const QString &gpgExecutable) {
518 getInstance()->setValue(SettingsConstants::gpgExecutable, gpgExecutable);
519}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected