Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Rösler <wolfram@roesler-ac.de>2019-10-13 18:45:58 +0300
committerJonathan White <support@dmapps.us>2019-10-13 19:24:27 +0300
commit8afb1f17b49358b42c64f12c98d2b0d46dbf1954 (patch)
tree7babb93494341d840417f8e0758314e8a6db6c7c /src/core/Bootstrap.cpp
parentca0c4f5a3dee0ad1f80a295044a8f9315ae28438 (diff)
Add "Statistics" page to Database Settings dialog (#2034)
Added new page "Statistics" to the Database Settings dialog that shows information like number of groups and entries, number of unique and re-used passwords, average password length, etc. Show warnings for problematic values with explainations for the user in tooltips. Fixes #2034 Database statistics icon: Downloaded from: https://www.flaticon.com/authors/freepik Original source: https://www.flaticon.com/free-icon/bars-chart_265733
Diffstat (limited to 'src/core/Bootstrap.cpp')
-rw-r--r--src/core/Bootstrap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Bootstrap.cpp b/src/core/Bootstrap.cpp
index 204942f4d..2d1a3e087 100644
--- a/src/core/Bootstrap.cpp
+++ b/src/core/Bootstrap.cpp
@@ -257,7 +257,7 @@ namespace Bootstrap
nullptr, // do not change owner or group
pACL, // DACL specified
nullptr // do not change SACL
- );
+ );
Cleanup: