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:
Diffstat (limited to 'src/core/CustomData.h')
-rw-r--r--src/core/CustomData.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/CustomData.h b/src/core/CustomData.h
index 126d4d84e..93b78c46a 100644
--- a/src/core/CustomData.h
+++ b/src/core/CustomData.h
@@ -43,10 +43,14 @@ public:
int dataSize() const;
void copyDataFrom(const CustomData* other);
QDateTime getLastModified() const;
+ bool isProtectedCustomData(const QString& key) const;
bool operator==(const CustomData& other) const;
bool operator!=(const CustomData& other) const;
static const QString LastModified;
+ static const QString Created;
+ static const QString BrowserKeyPrefix;
+ static const QString BrowserLegacyKeyPrefix;
signals:
void customDataModified();