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

Method setUseAutoclear

src/qtpasssettings.cpp:331–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329 .toBool();
330}
331void QtPassSettings::setUseAutoclear(const bool &useAutoclear) {
332 getInstance()->setValue(SettingsConstants::useAutoclear, useAutoclear);
333}
334
335auto QtPassSettings::getAutoclearSeconds(const int &defaultValue) -> int {
336 return getInstance()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected