mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
parent
cd1192b409
commit
8d16522d39
5 changed files with 53 additions and 1 deletions
|
@ -372,7 +372,6 @@ const QList<Entry*>& Entry::historyItems() const
|
|||
void Entry::addHistoryItem(Entry* entry)
|
||||
{
|
||||
Q_ASSERT(!entry->parent());
|
||||
Q_ASSERT(entry->uuid() == uuid());
|
||||
|
||||
m_history.append(entry);
|
||||
Q_EMIT modified();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue