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

Method setUseAutoclearPanel

src/qtpasssettings.cpp:350–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348 .toBool();
349}
350void QtPassSettings::setUseAutoclearPanel(const bool &useAutoclearPanel) {
351 getInstance()->setValue(SettingsConstants::useAutoclearPanel,
352 useAutoclearPanel);
353}
354
355auto QtPassSettings::getAutoclearPanelSeconds(const int &defaultValue) -> int {
356 return getInstance()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected