mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01: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:
committed by
Jonathan White
parent
d007ee97e3
commit
39af47fbf9
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user