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:
authorJanek Bevendorff <janek@jbev.net>2021-11-09 23:14:12 +0300
committerJanek Bevendorff <janek@jbev.net>2021-11-22 14:58:04 +0300
commitffaeac130f9393874a1ae63578013c958b676de3 (patch)
treef2cf9e5223d40e47c8c47dc3bd32f13ea9de7b37 /src/core/CustomData.h
parent035757e2289ff3bcbfa8cba004be221096f44877 (diff)
Implement KDBX 4.1 PasswordQuality flag
Diffstat (limited to 'src/core/CustomData.h')
-rw-r--r--src/core/CustomData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CustomData.h b/src/core/CustomData.h
index 356d2c69f..37d8ef55e 100644
--- a/src/core/CustomData.h
+++ b/src/core/CustomData.h
@@ -51,7 +51,7 @@ public:
static const QString Created;
static const QString BrowserKeyPrefix;
static const QString BrowserLegacyKeyPrefix;
- static const QString ExcludeFromReports;
+ static const QString ExcludeFromReportsLegacy; // Pre-KDBX 4.1
signals:
void aboutToBeAdded(const QString& key);