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

Method executeWrapperStarted

src/mainwindow.cpp:426–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424}
425
426void 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected