mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 14:32:39 -04:00
Add context menu entry to clean the Recycle Bin in databases
This implements the feature request (issue) #503.
This commit is contained in:
parent
b01953a5a3
commit
dea65b637c
5 changed files with 54 additions and 1 deletions
|
@ -102,6 +102,7 @@ public:
|
|||
void closeUnlockDialog();
|
||||
void blockAutoReload(bool block = true);
|
||||
void refreshSearch();
|
||||
bool isRecycleBinSelected() const;
|
||||
|
||||
signals:
|
||||
void closeRequest();
|
||||
|
@ -152,6 +153,7 @@ public slots:
|
|||
void switchToImportKeepass1(const QString& fileName);
|
||||
void databaseModified();
|
||||
void databaseSaved();
|
||||
void emptyTrash();
|
||||
|
||||
// Search related slots
|
||||
void search(const QString& searchtext);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue