* @brief MainWindow::startReencryptPath disable ui elements and treeview */
| 1514 | * @brief MainWindow::startReencryptPath disable ui elements and treeview |
| 1515 | */ |
| 1516 | void MainWindow::startReencryptPath() { |
| 1517 | setUiElementsEnabled(false); |
| 1518 | ui->treeView->setDisabled(true); |
| 1519 | } |
| 1520 | |
| 1521 | /** |
| 1522 | * @brief MainWindow::endReencryptPath re-enable ui elements |
nothing calls this directly
no outgoing calls
no test coverage detected