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:
authorOjas Anand <oanand@fastmail.com>2021-02-27 00:43:23 +0300
committerJonathan White <support@dmapps.us>2021-02-27 06:10:04 +0300
commit022154462e24551cb8a674ab5cc25b84599f3613 (patch)
treefcf5fd16c1aa2233a17cac4e6065bdc94555918f /src/core/CustomData.h
parentc9c19d043f51977afae8077c00e9492090c12dcd (diff)
Add entry view column for password strength
* Closes #4216 Reduced to three-tiered rating system and fixed column implementation. Hide password strength indicator in entry view if excluded from reports. Introduce password health caching to prevent unnecessary calculations.
Diffstat (limited to 'src/core/CustomData.h')
-rw-r--r--src/core/CustomData.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CustomData.h b/src/core/CustomData.h
index 93b78c46a..aeaa136ef 100644
--- a/src/core/CustomData.h
+++ b/src/core/CustomData.h
@@ -51,6 +51,7 @@ public:
static const QString Created;
static const QString BrowserKeyPrefix;
static const QString BrowserLegacyKeyPrefix;
+ static const QString ExcludeFromReports;
signals:
void customDataModified();