Add group clone action

Close #3796
This commit is contained in:
Stuzer05 2021-02-15 17:10:02 +02:00 committed by Jonathan White
parent bc5d0df19e
commit 304cb44d0d
9 changed files with 43 additions and 0 deletions

View file

@ -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();