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:
authorvarjolintu <sami.vanttinen@protonmail.com>2020-03-02 11:18:33 +0300
committerJonathan White <support@dmapps.us>2020-03-07 18:05:06 +0300
commite6186b07e1dbd61df3d4227ea89419b2c7a6f12f (patch)
tree70ca4ff10e0f04e09a238de4ba96b91f7b2ae9e2 /src/core/CustomData.h
parenta6c3c118a78a8ea40376948228c6713360bac4c8 (diff)
Add Created column to Browser Integration at Database settings
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 126d4d84e..212765f76 100644
--- a/src/core/CustomData.h
+++ b/src/core/CustomData.h
@@ -47,6 +47,7 @@ public:
bool operator!=(const CustomData& other) const;
static const QString LastModified;
+ static const QString Created;
signals:
void customDataModified();