mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-29 19:06:55 -05: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