Pass database instead of metadata to edit entry widget.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user