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

Method setQrencodeExecutable

src/qtpasssettings.cpp:642–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640 .toString();
641}
642void QtPassSettings::setQrencodeExecutable(const QString &qrencodeExecutable) {
643 getInstance()->setValue(SettingsConstants::qrencodeExecutable,
644 qrencodeExecutable);
645}
646
647auto QtPassSettings::isUsePwgen(const bool &defaultValue) -> bool {
648 return getInstance()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected