mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
Rename EntropyMeter -> Estimate (#1250)
* EntropyMeter -> Estimate * Cleaning estimate * Documentation * clang-formatting /cli
This commit is contained in:
parent
18c4df98ff
commit
471e684151
12 changed files with 201 additions and 169 deletions
|
@ -85,7 +85,6 @@ int Extract::execute(QStringList arguments)
|
|||
compositeKey.addKey(fileKey);
|
||||
}
|
||||
|
||||
|
||||
QString databaseFilename = args.at(0);
|
||||
QFile dbFile(databaseFilename);
|
||||
if (!dbFile.exists()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue