* @brief ConfigDialog::useAutoclearPanel set the panel autoclear use from * MainWindow. * @param useAutoclearPanel */
| 526 | * @param useAutoclearPanel |
| 527 | */ |
| 528 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected