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/Group.h')
-rw-r--r--src/core/Group.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/Group.h b/src/core/Group.h
index 8ff33d8d0..4bea8e4eb 100644
--- a/src/core/Group.h
+++ b/src/core/Group.h
@@ -109,7 +109,6 @@ public:
static const int DefaultIconNumber;
static const int RecycleBinIconNumber;
static CloneFlags DefaultCloneFlags;
- static Entry::CloneFlags DefaultEntryCloneFlags;
static const QString RootAutoTypeSequence;
Group* findChildByName(const QString& name);
@@ -158,7 +157,7 @@ public:
QSet<QUuid> customIconsRecursive() const;
QList<QString> usernamesRecursive(int topN = -1) const;
- Group* clone(Entry::CloneFlags entryFlags = DefaultEntryCloneFlags,
+ Group* clone(Entry::CloneFlags entryFlags = Entry::DefaultCloneFlags,
CloneFlags groupFlags = DefaultCloneFlags) const;
void copyDataFrom(const Group* other);