* @brief Displays message in status bar * * @param msg text to be displayed * @param timeout time for which msg shall be visible */
| 1474 | * @param timeout time for which msg shall be visible |
| 1475 | */ |
| 1476 | void 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 |
no test coverage detected