mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-12 03:25:21 -04:00
Add a new line after in Analyze command
Adding a new line after the message "Evaluating database entries against HIBP file, this will take a while..." helps to separate a report and the comment.
This commit is contained in:
parent
0fd883686c
commit
a590289900
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ int Analyze::executeWithDatabase(QSharedPointer<Database> database, QSharedPoint
|
||||||
return EXIT_FAILURE;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
outputTextStream << QObject::tr("Evaluating database entries against HIBP file, this will take a while...");
|
outputTextStream << QObject::tr("Evaluating database entries against HIBP file, this will take a while...")
|
||||||
|
<< endl;
|
||||||
|
|
||||||
QList<QPair<const Entry*, int>> findings;
|
QList<QPair<const Entry*, int>> findings;
|
||||||
QString error;
|
QString error;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue