mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 13:37:43 +03:00
Pass database instead of metadata to edit entry widget.
This commit is contained in:
parent
af726d465d
commit
078fe3ccf1
3 changed files with 16 additions and 15 deletions
|
@ -245,7 +245,7 @@ void DatabaseWidget::switchToEntryEdit(Entry* entry)
|
|||
void DatabaseWidget::switchToEntryEdit(Entry* entry, bool create)
|
||||
{
|
||||
m_editEntryWidget->loadEntry(entry, create, m_groupView->currentGroup()->name(),
|
||||
m_db->metadata());
|
||||
m_db);
|
||||
setCurrentIndex(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue