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:
authorStuzer05 <stuzer05@gmail.com>2021-02-15 18:10:02 +0300
committerJonathan White <support@dmapps.us>2021-08-08 23:54:10 +0300
commit304cb44d0d2847322668724608f7ca4af0837ade (patch)
treea1aff180111d30b09d0c9c70844d13bc0b0a17c2 /src/gui/DatabaseWidget.h
parentbc5d0df19ee8e7fdc2cfad549bbb68e699c37d69 (diff)
Add group clone action
Close #3796
Diffstat (limited to 'src/gui/DatabaseWidget.h')
-rw-r--r--src/gui/DatabaseWidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/DatabaseWidget.h b/src/gui/DatabaseWidget.h
index ee4a16cde..ae3fad675 100644
--- a/src/gui/DatabaseWidget.h
+++ b/src/gui/DatabaseWidget.h
@@ -94,6 +94,7 @@ public:
EntryView* entryView();
Group* currentGroup() const;
+ bool canCloneCurrentGroup() const;
bool canDeleteCurrentGroup() const;
bool isGroupSelected() const;
bool isRecycleBinSelected() const;
@@ -190,6 +191,7 @@ public slots:
void downloadAllFavicons();
void openUrlForEntry(Entry* entry);
void createGroup();
+ void cloneGroup();
void deleteGroup();
void switchToMainView(bool previousDialogAccepted = false);
void switchToEntryEdit();