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

Method startReencryptPath

src/mainwindow.cpp:1516–1519  ·  view source on GitHub ↗

* @brief MainWindow::startReencryptPath disable ui elements and treeview */

Source from the content-addressed store, hash-verified

1514 * @brief MainWindow::startReencryptPath disable ui elements and treeview
1515 */
1516void MainWindow::startReencryptPath() {
1517 setUiElementsEnabled(false);
1518 ui->treeView->setDisabled(true);
1519}
1520
1521/**
1522 * @brief MainWindow::endReencryptPath re-enable ui elements

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected