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

Method getQrencodeExecutable

src/qtpasssettings.cpp:636–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634}
635
636auto QtPassSettings::getQrencodeExecutable(const QString &defaultValue)
637 -> QString {
638 return getInstance()
639 ->value(SettingsConstants::qrencodeExecutable, defaultValue)
640 .toString();
641}
642void QtPassSettings::setQrencodeExecutable(const QString &qrencodeExecutable) {
643 getInstance()->setValue(SettingsConstants::qrencodeExecutable,
644 qrencodeExecutable);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected