mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-20 03:58:10 -04:00
parent
e4a5cd214f
commit
4797926be6
7 changed files with 126 additions and 7 deletions
|
@ -37,9 +37,12 @@ public:
|
|||
|
||||
void setEntries(const QList<Entry*>& entries);
|
||||
void clear();
|
||||
QList<Entry*> deletedEntries();
|
||||
void deleteIndex(QModelIndex index);
|
||||
|
||||
private:
|
||||
QList<Entry*> m_historyEntries;
|
||||
QList<Entry*> m_deletedHistoryEntries;
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_ENTRYHISTORYMODEL_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue