mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-11 00:13:03 -04:00
Select newly created entries.
This commit is contained in:
parent
8122ab2b2c
commit
09248fdb14
5 changed files with 16 additions and 0 deletions
|
@ -60,3 +60,8 @@ bool EntryView::isSingleEntrySelected()
|
|||
{
|
||||
return (selectionModel()->selectedRows().size() == 1);
|
||||
}
|
||||
|
||||
void EntryView::setCurrentEntry(Entry* entry)
|
||||
{
|
||||
setCurrentIndex(m_model->indexFromEntry(entry));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue