mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-19 11:38:50 -04:00
Clearing deleted entries on applying. (#814)
This commit is contained in:
parent
34886dc7e0
commit
6f9224784e
3 changed files with 8 additions and 2 deletions
|
@ -37,6 +37,7 @@ public:
|
|||
|
||||
void setEntries(const QList<Entry*>& entries);
|
||||
void clear();
|
||||
void clearDeletedEntries();
|
||||
QList<Entry*> deletedEntries();
|
||||
void deleteIndex(QModelIndex index);
|
||||
void deleteAll();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue