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

Method showStatusMessage

src/mainwindow.cpp:1476–1478  ·  view source on GitHub ↗

* @brief Displays message in status bar * * @param msg text to be displayed * @param timeout time for which msg shall be visible */

Source from the content-addressed store, hash-verified

1474 * @param timeout time for which msg shall be visible
1475 */
1476void MainWindow::showStatusMessage(const QString &msg, int timeout) {
1477 ui->statusBar->showMessage(msg, timeout);
1478}
1479
1480/**
1481 * @brief MainWindow::reencryptPath re-encrypt all passwords in a directory

Callers 6

setMainWindowMethod · 0.80
processErrorExitMethod · 0.80
clearClipboardMethod · 0.80
copyTextToClipboardMethod · 0.80
showTextAsQRCodeMethod · 0.80

Calls 1

showMessageMethod · 0.80

Tested by

no test coverage detected