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

Method setUseQrencode

src/qtpasssettings.cpp:632–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void QtPassSettings::setUseQrencode(const bool &useQrencode) {
633 getInstance()->setValue(SettingsConstants::useQrencode, useQrencode);
634}
635
636auto QtPassSettings::getQrencodeExecutable(const QString &defaultValue)
637 -> QString {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected