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

Method useAutoclear

src/configdialog.cpp:518–521  ·  view source on GitHub ↗

* @brief ConfigDialog::useAutoclear set the clipboard autoclear use from * MainWindow. * @param useAutoclear */

Source from the content-addressed store, hash-verified

516 * @param useAutoclear
517 */
518void ConfigDialog::useAutoclear(bool useAutoclear) {
519 ui->checkBoxAutoclear->setChecked(useAutoclear);
520 on_checkBoxAutoclear_clicked();
521}
522
523/**
524 * @brief ConfigDialog::useAutoclearPanel set the panel autoclear use from

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected