mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 12:37:39 +03:00
parent
6481ecccd7
commit
e657cbf43b
1 changed files with 2 additions and 2 deletions
|
@ -159,9 +159,9 @@ void EntryHistoryModel::deleteIndex(QModelIndex index)
|
|||
auto entry = entryFromIndex(index);
|
||||
if (entry) {
|
||||
beginRemoveRows(QModelIndex(), index.row(), index.row());
|
||||
m_historyEntries.removeAll(entry);
|
||||
m_historyEntries.removeAt(index.row());
|
||||
m_deletedHistoryEntries << entry;
|
||||
m_historyModifications.erase(m_historyModifications.begin() + index.row());
|
||||
calculateHistoryModifications();
|
||||
endRemoveRows();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue