| 424 | } |
| 425 | |
| 426 | void MainWindow::executeWrapperStarted() { |
| 427 | clearTemplateWidgets(); |
| 428 | ui->textBrowser->clear(); |
| 429 | setUiElementsEnabled(false); |
| 430 | clearPanelTimer.stop(); |
| 431 | } |
| 432 | |
| 433 | /** |
| 434 | * @brief Handles displaying parsed password entry content in the main window. |
nothing calls this directly
no outgoing calls
no test coverage detected