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

Method isUseAutoclearPanel

src/qtpasssettings.cpp:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345auto QtPassSettings::isUseAutoclearPanel(const bool &defaultValue) -> bool {
346 return getInstance()
347 ->value(SettingsConstants::useAutoclearPanel, defaultValue)
348 .toBool();
349}
350void QtPassSettings::setUseAutoclearPanel(const bool &useAutoclearPanel) {
351 getInstance()->setValue(SettingsConstants::useAutoclearPanel,
352 useAutoclearPanel);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected