mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 14:32:39 -04:00
parent
bc5d0df19e
commit
304cb44d0d
9 changed files with 43 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue