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

Method isUseQrencode

src/qtpasssettings.cpp:626–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624}
625
626auto QtPassSettings::isUseQrencode(const bool &defaultValue) -> bool {
627 return getInstance()
628 ->value(SettingsConstants::useQrencode, defaultValue)
629 .toBool();
630}
631
632void QtPassSettings::setUseQrencode(const bool &useQrencode) {
633 getInstance()->setValue(SettingsConstants::useQrencode, useQrencode);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected