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

Method getPassExecutable

src/qtpasssettings.cpp:494–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492 QtPassSettings::setPwgenExecutable(pwgenExecutable);
493}
494auto QtPassSettings::getPassExecutable(const QString &defaultValue) -> QString {
495 return getInstance()
496 ->value(SettingsConstants::passExecutable, defaultValue)
497 .toString();
498}
499void QtPassSettings::setPassExecutable(const QString &passExecutable) {
500 getInstance()->setValue(SettingsConstants::passExecutable, passExecutable);
501}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected