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/Entry.h')
-rw-r--r--src/core/Entry.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Entry.h b/src/core/Entry.h
index c5f59f2e3..49ec6f027 100644
--- a/src/core/Entry.h
+++ b/src/core/Entry.h
@@ -111,6 +111,8 @@ public:
bool hasTotp() const;
bool isExpired() const;
+ bool isRecycled() const;
+ bool isAttributeReference(const QString& key) const;
bool isAttributeReferenceOf(const QString& key, const QUuid& uuid) const;
void replaceReferencesWithValues(const Entry* other);
bool hasReferences() const;