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

Method useAutoclearPanel

src/configdialog.cpp:528–531  ·  view source on GitHub ↗

* @brief ConfigDialog::useAutoclearPanel set the panel autoclear use from * MainWindow. * @param useAutoclearPanel */

Source from the content-addressed store, hash-verified

526 * @param useAutoclearPanel
527 */
528void ConfigDialog::useAutoclearPanel(bool useAutoclearPanel) {
529 ui->checkBoxAutoclearPanel->setChecked(useAutoclearPanel);
530 on_checkBoxAutoclearPanel_clicked();
531}
532
533/**
534 * @brief ConfigDialog::on_checkBoxSelection_clicked checkbox clicked, update

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected