mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Change Entry::clone() to set a random uuid.
This commit is contained in:
parent
b055780984
commit
be288d26ca
2 changed files with 1 additions and 2 deletions
|
@ -222,7 +222,6 @@ void DatabaseWidget::cloneEntry()
|
|||
}
|
||||
|
||||
Entry* entry = currentEntry->clone();
|
||||
entry->setUuid(Uuid::random());
|
||||
entry->setGroup(currentEntry->group());
|
||||
m_entryView->setFocus();
|
||||
m_entryView->setCurrentEntry(entry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue