diff --git a/README.md b/README.md index 71f859f9f..3f0b8a29c 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Windows **Dependencies** -* QtPass requires Qt 5.2 or later +* QtPass requires Qt 5.10 or later * The Linguist package is required to compile the translations. * For use of the fallback icons the SVG library is required. diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 9ce043053..0f8388975 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -390,7 +390,7 @@ void MainWindow::passShowHandler(const QString &p_output) { } else { if (!password.isEmpty()) { // set the password, it is hidden if needed in addToGridLayout - addToGridLayout(0, tr("Password"), password); + addToGridLayout(0, tr("Password"), "" + password + ""); } NamedValues namedValues = fileContent.getNamedValues();